From 6fc960419973744b54e1444f1cf8097725ee060e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:22:47 +0000 Subject: [PATCH] [PIP] Update pytest requirement from <9.1,>=7.0.0 to >=7.0.0,<9.2 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.0.0...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6ea32a8b..70eb5e250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ lint = [ ] test = [ "pygments>=2.19.2", - "pytest>=7.0.0,<9.1", + "pytest>=7.0.0,<9.2", "pytest-xdist>=3.8.0,<3.9", "python-gnupg>=0.5.0,<0.6", "secretstorage>=3.5.0",