From 34d91d3f3700112bb81397fbb8a314115fcb06e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 01:31:14 +0000 Subject: [PATCH] Bump pytest from 8.4.2 to 9.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.1. - [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/8.4.2...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.in | 2 +- requirements/tests.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 71edf2f..108dd90 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -125,7 +125,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -pytest==8.4.2 +pytest==9.0.2 # via # -r requirements/tests.in # pytest-cov diff --git a/requirements/tests.in b/requirements/tests.in index ebf0627..0fcf1a4 100644 --- a/requirements/tests.in +++ b/requirements/tests.in @@ -3,7 +3,7 @@ asgiref~=3.0 blinker~=1.0 coverage-badge~=1.0 dnspython~=2.0 -pytest~=8.0 +pytest~=9.0 pytest-cov~=7.0 pytest-env~=1.0 pytest-ordering~=0.6 diff --git a/requirements/tests.txt b/requirements/tests.txt index dc1a1b3..db31254 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -64,7 +64,7 @@ pymongo[srv]==3.13.0 # sweetrpg-model-core pyproject-api==1.10.0 # via tox -pytest==8.4.2 +pytest==9.0.2 # via # -r requirements/tests.in # pytest-cov