From 814c7f9450c6baaffb1c24fdd684da824058ea9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:03:44 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 9.0.3. - [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/6.2.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e11fe08f..16c6c03f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -75,7 +75,7 @@ dev = mypy ~= 1.10.0 # Do your type annotations actually work? pydocstyle == 6.1.1 # Do your docstrings look like everyone else's? coverage == 5.5 # Does all your code get exercised? - pytest == 6.2.5 # Testing + pytest == 9.0.3 # Testing pytest-cov == 5.0.0 # pytest + coverage = pytest-cov pytest-watch == 4.2.0 # Automatic testing every time you save a file pytest-xdist == 2.4.0 # You got multiple cores, right?