From aa754d736ffa5246789fc5bf86db2c5a75ada455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:01:20 +0000 Subject: [PATCH] Update pytest requirement from <9.0.0,>=6.2.4 to >=8.4.2,<9.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/6.2.4...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 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 ba2dc242..be64141d 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 >= 6.2.4,< 9.0.0 +pytest >= 8.4.2,< 9.0.0 pytest-asyncio pytest-cov >= 2.12.0,< 8.0.0 python-multipart >= 0.0.5