From 18460560a7cf85342c69c13d0810b61a4d2ed5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 07:51:04 -0700 Subject: [PATCH] Bump pytest from 7.2.2 to 7.4.0 --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 1fd43dd..7edf51b 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,4 +1,4 @@ -pytest==7.2.2 +pytest==7.4.0 pytest-cov==4.1.0 pytest-pretty==1.2.0 mypy==0.812;python_version<"3.9"