From 490d05461b99f687eec547bdafde69e818ab5c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:43:37 +0000 Subject: [PATCH] Bump pytest from 2.1.1 to 9.0.3 in /requirements.d Bumps [pytest](https://github.com/pytest-dev/pytest) from 2.1.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/commits/9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.d/rtd.txt | 2 +- requirements.d/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.d/rtd.txt b/requirements.d/rtd.txt index 4debb4a..e6717f8 100644 --- a/requirements.d/rtd.txt +++ b/requirements.d/rtd.txt @@ -1,3 +1,3 @@ clom==0.7.5 decorator==3.3.2 -pytest==2.1.1 \ No newline at end of file +pytest==9.0.3 \ No newline at end of file diff --git a/requirements.d/test.txt b/requirements.d/test.txt index 3c1f387..60eb47f 100644 --- a/requirements.d/test.txt +++ b/requirements.d/test.txt @@ -1,2 +1,2 @@ # the set of requirements necessary to run tests -pytest>=2.6.3,<2.7 +pytest>=2.6.3,<9.1