From e085a8294bda269ac9fcc21933e93c0e5e1f56df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:25:03 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.2.0 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 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.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 51ba07b..68d5bb4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,9 +1,7 @@ # This file was autogenerated by uv via the following command: # uv pip compile requirements_dev.in -o requirements_dev.txt attrs==21.2.0 - # via - # jsonschema - # pytest + # via jsonschema cachetools==4.2.4 # via -r requirements.txt certifi==2024.7.4 @@ -23,8 +21,6 @@ idna==3.7 # via # -r requirements.txt # requests -importlib-metadata==4.8.1 - # via pluggy iniconfig==1.1.1 # via pytest jsonref==1.0.0.post1 @@ -43,15 +39,17 @@ pika==1.3.2 # via # -r requirements.txt # yapw -pluggy==0.12.0 +pluggy==1.6.0 # via pytest psycopg2==2.9.10 # via -r requirements.txt psycopg2-binary==2.9.6 # via -r requirements_dev.in +pygments==2.20.0 + # via pytest pyrsistent==0.18.0 # via jsonschema -pytest==7.2.0 +pytest==9.0.3 # via # -r requirements_dev.in # pytest-subtests @@ -81,5 +79,3 @@ validate-email==1.3 # via -r requirements.txt yapw[perf]==0.1.4 # via -r requirements.txt -zipp==3.19.1 - # via importlib-metadata