From 3b0817fba1013ed629baac7f224214bf73a0fdc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:08:51 +0000 Subject: [PATCH] Bump pytest from 8.0.0 to 8.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.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.0.0...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt index 1f8d44f3..5c589c3b 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -39,7 +39,7 @@ packaging==23.2 # pytest-sugar pluggy==1.4.0 # via pytest -pytest==8.0.0 +pytest==8.0.1 # via # -r requirements/test-requirements.in # pytest-django