From 7c2de22701b6da2a7e4f506fb7e21fcb97cd8d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:28:52 +0000 Subject: [PATCH] chore(deps): bump pytest from 9.0.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7eb7aee..2d7e817 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,2 +1,2 @@ -pytest==9.0.2 +pytest==9.0.3 responses==0.26.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 44a65e6..363dffb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def rel(*xs): 'yaspin>=3.0.0,<4' ] tests_require = [ - 'pytest==9.0.2', + 'pytest==9.0.3', 'responses==0.26.0' ]