From 63c35c10e9fffdbc8aca80a1c3216059c52c6bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:50:06 +0000 Subject: [PATCH] Bump pytest from 8.1.1 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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.1.1...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... 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 cf2cc350b6b..5baa91f640a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -72,7 +72,7 @@ pathspec==0.11.1 # djlint platformdirs==2.5.3 # via black -pluggy==1.4.0 +pluggy==1.5.0 # via pytest ptvsd==4.3.2 # via -r dev-requirements.in @@ -80,7 +80,7 @@ pycodestyle==2.11.0 # via flake8 pyflakes==3.2.0 # via flake8 -pytest==8.1.1 +pytest==8.2.1 # via # -r dev-requirements.in # pytest-cov