From ac1862431bbaa1a3aba20f2bd22ff3994c2e0fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:24:12 +0100 Subject: [PATCH] chore: Update pytest requirement from ~=7.4 to ~=8.0 (#569) 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 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