From 34daea9e8d5ef95fdd3fee09d5aa30d3bc079c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:22:39 +0000 Subject: [PATCH] Bump pytest from 5.3.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.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/5.3.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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index af68e490402..c1609cf73df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ pyramid-multiauth==0.9.0 pyramid-retry==2.1.1 pyramid-tm==2.4 pyramid-translogger==0.1 -pytest==5.3.2 +pytest==9.0.3 pytest-bdd==3.2.1 pytest-cov==2.8.1 pytest-exact-fixtures==0.3 diff --git a/setup.py b/setup.py index 0ae5b5f4e9e..c95ca744a42 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ "pytest-mock==2.0.0", "splinter==0.17.0", "pytest-splinter==2.0.1", - "pytest==5.3.2", + "pytest==9.0.3", "responses==0.14.0", ], }