From 318360c0115b0087594bbfab4a6e399cb9d6c9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 22:37:56 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 58a7f67..6750146 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ Faker==18.11.2 -pytest==7.4.1 +pytest==8.2.1 pytest-cov==4.0.0 gevent==22.10.1; "PyPy" not in platform_python_implementation pylibmc==1.6.3; sys.platform != 'win32'