From 03759b0d7e7dc1ed8ed859f853cb9996c5f9d1f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 01:03:27 +0000 Subject: [PATCH] Update dependency pytest to v8.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 831df60..00e8a7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ platformdirs==4.2.0 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" pycodestyle==2.11.1 ; python_version >= "3.10" and python_version < "4.0" pyflakes==3.2.0 ; python_version >= "3.10" and python_version < "4.0" -pytest==8.1.1 ; python_version >= "3.10" and python_version < "4.0" +pytest==8.2.0 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "3.11"