From ce9654311a975a5fedcb4b63ef236749dbeda5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:29:10 -0800 Subject: [PATCH] Bump pytest from 7.4.4 to 8.3.4 --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 423e397..0ea0a77 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,4 +1,4 @@ -pytest==7.4.4 +pytest==8.3.4 pytest-cov==4.1.0 pytest-pretty==1.2.0 mypy==0.812;python_version<"3.9"