From ee76a7da4e59e177852650db13d8b19547bbf245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:59:15 -0400 Subject: [PATCH] build(deps): update pytest requirement from <8.3.0,>=7.1.3 to >=7.1.3,<8.4.0 (#479) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ccf7c7..75e3bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest >= 7.1.3,< 8.3.0", + "pytest >= 7.1.3,< 8.4.0", "pytest-cov", "testfixtures", ]