From 09e861b4a2561db6cf7e84712cab3754ae5ef667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:52:24 +0200 Subject: [PATCH] chore: Update pytest requirement from ~=8.2 to ~=8.3 (#690) 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 7de81452..32cbac88 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ isort~=5.13 moto~=5.0.11 pre-commit~=3.5 pyparsing~=3.1.2 -pytest~=8.2 +pytest~=8.3 pytest-cov~=5.0 pytest-dotenv~=0.5 pytest-xdist~=3.6