From e6471342da7aa6c6a6e376848e5b56fb0a99ea53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:53:15 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4.0 to ~=9.1.1 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.4.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 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 245ed0d..08f7d0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,7 +65,7 @@ dev = mypy~=1.14.1 pydocstyle~=6.3.0 coverage~=7.3.0 - pytest~=7.4.0 + pytest~=9.1.1 pytest-cov~=4.1.0 pytest-watch~=4.2.0 pytest-xdist~=3.3.1