From 27f76c232a2435c43839f3aa3be4aa8768b9d7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:44:02 +0000 Subject: [PATCH] Bump pytest from 2.9.2 to 9.0.3 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 2.9.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/2.9.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements-py3.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index ac4e48d..2637182 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -1,4 +1,4 @@ -pytest==2.9.2 +pytest==9.0.3 pytest-twisted pytest-cov==2.2.1 testfixtures diff --git a/tests/requirements.txt b/tests/requirements.txt index ea532a1..6682da9 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ # Tests requirements mock -pytest==2.9.2 +pytest==9.0.3 pytest-twisted pytest-cov==2.2.1 txmongo