From 42ca4127200ea7804cebb42e2447da281f4099c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:32:42 +0000 Subject: [PATCH] :arrow_up: Update pytest requirement from ~=8.0 to ~=9.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/8.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22d1224..91150d9 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ reqs = [] extras_require = { - "test": ["pytest~=8.0", "pytest-cov~=5.0"], + "test": ["pytest~=9.1", "pytest-cov~=5.0"], "hook": ["pre-commit~=4.0"], "lint": ["ruff~=0.2"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.24", "mike~=2.0"],