From 5cac919499be279545de31d47fc95a5adbc2bf28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:10:10 +0200 Subject: [PATCH] Bump pytest from 8.2.1 to 8.2.2 (#517) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.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/8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2911c3..8b4bd5b 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def readme(): "flake8==7.1.0", "isort==5.12.0", "pytype==2024.2.27", - "pytest==8.2.1", + "pytest==8.2.2", "pytest-cov==5.0.0", "pytest-mock==3.12.0", "pytest-xdist==3.6.1",