From 2c5892d0a8e9b48633289cf39565fda33e292e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:00:52 +0000 Subject: [PATCH] Bump pytest from 8.3.2 to 8.3.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 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/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/functests.txt | 2 +- requirements/lint.txt | 2 +- requirements/tests.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/functests.txt b/requirements/functests.txt index f9afe8c..2932fd3 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -81,7 +81,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pytest==8.3.2 +pytest==8.3.3 # via # -r requirements/functests.in # pytest-factoryboy diff --git a/requirements/lint.txt b/requirements/lint.txt index 6996e93..47d9eff 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -155,7 +155,7 @@ pyproject-hooks==1.0.0 # -r requirements/tests.txt # build # pip-tools -pytest==8.3.2 +pytest==8.3.3 # via # -r requirements/functests.txt # -r requirements/tests.txt diff --git a/requirements/tests.txt b/requirements/tests.txt index 1d61cf2..a1a4dcf 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -85,7 +85,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pytest==8.3.2 +pytest==8.3.3 # via # -r requirements/tests.in # pytest-cov