From 91baf770dff5864d6c64e6129c65a98eadff2dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:04:13 -0300 Subject: [PATCH] Bump pytest from 8.0.0 to 8.0.1 (#11878) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bd2798169af..4038b85d720 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -82,7 +82,7 @@ pycodestyle==2.11.0 # via flake8 pyflakes==3.2.0 # via flake8 -pytest==8.0.0 +pytest==8.0.1 # via # -r dev-requirements.in # pytest-cov