From fbcf0de9f6b8db56eb0bb8382639255642ffdb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:15:45 +0000 Subject: [PATCH] Update pytest requirement from <10.0.0,>=9.0.3 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/9.0.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 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 fad92db..d175205 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ selenium>=4.43.0 webdriver-manager>=4.0.2 # Testing dependencies -pytest>=9.0.3,<10.0.0 +pytest>=9.1.1,<10.0.0 pytest-cov>=4.1.0 pytest-timeout>=2.4.0 pytest-mock>=3.15.1 \ No newline at end of file