From 6c4a47b77c33f5c0675d7c5e43e468777ef859c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:09:02 +0000 Subject: [PATCH] fix: bump pytest from 7.4.3 to 8.0.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.2. - [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.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d7285a5..a8131b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,4 @@ mock>=2.0.0 pif==0.8.2 pre-commit==3.6.0 pyproject-flake8==6.1.0 -pytest==7.4.3 +pytest==8.0.2