From 0f0db1ec4babf39de0f0dc75636a1632e1b46b32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:46:35 +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 35f0f3e..b4588b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.7.2 ; python_version >= "3.10" and python_version < "4.0" django-environ==0.11.2 ; python_version >= "3.10" and python_version < "4" django==5.0.1 ; python_version >= "3.10" and python_version < "4.0" mysqlclient==2.2.1 ; python_version >= "3.10" and python_version < "4.0" -python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0" +python-dotenv==1.1.0 ; python_version >= "3.10" and python_version < "4.0" sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "3.11" tzdata==2023.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"