From a12d552a5e29c9391cf5a31c2ca588f5cb0b2fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:29:05 +0000 Subject: [PATCH] Update dependency pytest to v8.3.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8032804..8f2ad94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pluggy==1.5.0 ; python_version >= "3.10" and python_version < "4.0" ply==3.11 ; python_version >= "3.10" and python_version < "4.0" pycodestyle==2.12.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.3.3 ; python_version >= "3.10" and python_version < "4.0" +pytest==8.3.5 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" simple-websocket==1.1.0 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.2 ; python_version >= "3.10" and python_version < "3.11"