From 55bbce016ef7f46c0ff5705759757c08aa6625e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 14:46:32 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement from >=1.0 to >=1.2.2 Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index b0042a3..221f545 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -6,7 +6,7 @@ django-ratelimit>=4.1,<5.0 django-unfold>=0.92,<1.0 Pillow>=11.0 psycopg[binary]>=3.3,<3.4 -python-dotenv>=1.0 +python-dotenv>=1.2.2 redis>=5.2,<7.0 whitenoise>=6.12,<7.0 gunicorn>=26.0,<27.0