From 31b1ee76ccc2d0989fe06ca4cd1e8d7ee26f15b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 12:12:18 +0000 Subject: [PATCH] Update dependency python-dotenv to v1.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eaaf12..de600f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ 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.5 ; python_version >= "3.10" and python_version < "4.0" -python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" +python-dotenv==1.1.0 ; 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.2.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.11"