From 8e0cde3a77a682b88849d4023f04a643d062beb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:26:21 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.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.4.4...8.3.3) --- updated-dependencies: - dependency-name: pytest 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 27f292bf..5cf5784c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -148,7 +148,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -pytest==7.4.4 +pytest==8.3.3 # via # -r requirements/tests.in # pytest-cov diff --git a/requirements/tests.in b/requirements/tests.in index 4a78835c..6e563cec 100644 --- a/requirements/tests.in +++ b/requirements/tests.in @@ -2,7 +2,7 @@ asgiref~=3.0 blinker~=1.0 coverage-badge~=1.0 -pytest~=7.0 +pytest~=8.3 pytest-cov~=4.0 pytest-env~=1.0 pytest-ordering~=0.6 diff --git a/requirements/tests.txt b/requirements/tests.txt index e0bc2bc5..1560801e 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -89,7 +89,7 @@ pymongo[srv]==3.13.0 # sweetrpg-model-core pyproject-api==1.8.0 # via tox -pytest==7.4.4 +pytest==8.3.3 # via # -r requirements/tests.in # pytest-cov