From 591dea9ef71e6d42bf259556ce06c5cc0825c2cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:41:47 +0000 Subject: [PATCH] Update dependency pytest to v8.3.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 831df60..c50b0ff 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.3.4 ; 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"