From b23e9c0c1e6f9521b9641e5a4b7b95e4b77253f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:28:55 +0000 Subject: [PATCH] Bump pytest from 7.2.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.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/7.2.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.in b/requirements.in index bd16f5fb..6585c449 100644 --- a/requirements.in +++ b/requirements.in @@ -9,7 +9,7 @@ python-jose[cryptography]==3.5.0 ecdsa==0.19.2 cryptography==46.0.7 PyYAML==6.0.3 -pytest==7.4.4 +pytest==9.0.3 pytest-mock==3.15.1 itsdangerous==2.2.0 marshmallow==3.26.2 diff --git a/requirements.txt b/requirements.txt index ee7073e1..0ad8a786 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,6 @@ # # pip-compile requirements.in # -attrs==23.1.0 - # via pytest blinker==1.7.0 # via flask boto3==1.42.91 @@ -64,7 +62,7 @@ packaging==23.1 # via # marshmallow # pytest -pluggy==1.0.0 +pluggy==1.6.0 # via pytest pyasn1==0.6.3 # via @@ -72,7 +70,9 @@ pyasn1==0.6.3 # rsa pycparser==2.21 # via cffi -pytest==7.4.4 +pygments==2.20.0 + # via pytest +pytest==9.0.3 # via # -r requirements.in # pytest-mock