From 0063d6e3abc8f2c0e4a1d14d79e87c1bb605ef0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:52:50 +0000 Subject: [PATCH] Update pytest requirement from <9.0.0,>=8.4.2 to >=9.1.1,<10.0.0 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.4.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 0b01b11a..7d83332f 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -8,7 +8,7 @@ email_validator >=1.1.1 itsdangerous >=1.1.0,<3.0.0 mypy == 1.19.1 orjson >= 3.2.1 -pytest >= 8.4.2,< 9.0.0 +pytest >= 9.1.1,< 10.0.0 pytest-asyncio pytest-cov >= 7.1.0,< 8.0.0 python-multipart >= 0.0.5