From aafe035dd816a2f38e615cc494c02e5ca7018d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:46:34 +0000 Subject: [PATCH] chore: Update pytest requirement from ~=7.4 to ~=8.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 454645a1..6734ac8b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ isort~=5.13 moto~=4.2.13 pre-commit~=3.5 pyparsing~=3.1.1 -pytest~=7.4 +pytest~=8.0 pytest-cov~=4.1 pytest-dotenv~=0.5 pytest-xdist~=3.5