From bc77b0f2cbbe463803ac07c94e1cfba52db61d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:40:54 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.0. - [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.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ff65811572f..dad15a6c692 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -92,7 +92,7 @@ pathspec==0.11.1 # djlint platformdirs==2.5.3 # via black -pluggy==1.0.0 +pluggy==1.4.0 # via pytest ptvsd==4.3.2 # via -r dev-requirements.in @@ -100,7 +100,7 @@ pycodestyle==2.11.0 # via flake8 pyflakes==3.1.0 # via flake8 -pytest==7.4.3 +pytest==8.0.0 # via # -r dev-requirements.in # pytest-cov