From 56a369ab60d42c55fd129a5a3183615eb4139d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:59:49 +0000 Subject: [PATCH] Bump pytest from 8.3.3 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index c34f69200..bcb14a80b 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,7 +1,7 @@ -r requirements.in # Testing and dev -pytest==8.3.3 +pytest==8.3.4 pytest-django==4.9.0 pytest-cov==6.0.0 pytest-mock==3.14.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 15075720c..7b5beee85 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -397,7 +397,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pytest==8.3.3 +pytest==8.3.4 # via # -r requirements-dev.in # pylint-pytest