From 678773cdf99e56c42a108133b065d4aa0caf770c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:28:56 +0000 Subject: [PATCH] build(deps): bump pytest from 5.4.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 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/5.4.1...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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 88eb607..679fc63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==6.7 Django>=2.2 GitPython>=2.1.11 lxml>=4.3 -pytest==5.4.1 +pytest==9.0.3 pytest-django==3.9.0 selenium>=3.141.0 taf==0.10.0 diff --git a/setup.py b/setup.py index 0f9bc74..20c49aa 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ tests_require = [ "pytest-django==4.*", - "pytest==6.*", + "pytest>=6,<10", ] setup(