From 509f9bda51f5797cef1d629d8d054c1d1d2f0631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:28:11 +0000 Subject: [PATCH] Bump pytest from 7.1.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 9.0.3. - [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.1.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbcd6c7c..8d6d41ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pyOpenSSL>=17.5.0,<27.0.0 pycparser==2.20 pyparsing==2.2.0 pytest==4.6.10; python_version <= '3.9' -pytest==7.1.2; python_version >= '3.10' +pytest==9.0.3; python_version >= '3.10' pytest-cov==2.5.1 python-dateutil>=2.5.3,<3.0.0 pytz>=2016.10,<=2026.2