From e8818cfef1b87bd62bd54aaa3f7c56abfdb02000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 00:03:36 +0200 Subject: [PATCH] Bump pytest from 7.3.1 to 7.3.2 (#708) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...7.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d683a9f..2c055324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "codespell==2.2.4", "mypy==1.3.0", "ruff==0.0.270", - "pytest==7.3.1", + "pytest==7.3.2", "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.1.0", -- 2.34.1