From ebaded9194df670311e9f64a37153232e1046d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 08:33:24 +0000 Subject: [PATCH] Bump pytest from 8.3.2 to 8.3.4 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 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.2...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a5ed17e..658dba1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -100,7 +100,7 @@ pyproject-hooks==1.1.0 # via # build # pip-tools -pytest==8.3.2 +pytest==8.3.4 # via # -r tests.in # pytest-asyncio diff --git a/requirements/tests.txt b/requirements/tests.txt index 930ca84..cbd8baf 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -32,7 +32,7 @@ psutil==5.9.8 # via pytest-xprocess pylibmc==1.6.3 # via -r tests.in -pytest==8.3.2 +pytest==8.3.4 # via # -r tests.in # pytest-asyncio