From 382af945e59085de2eef6173d73fb1b79ff836f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:35:17 +0000 Subject: [PATCH] build(deps): Update python-dotenv requirement from >=0.19.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/v0.19.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3a8b9e..11639dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ gunicorn>=20.1.0 pytz>=2022.1 watchdog>=2.1.9 psutil>=5.9.0 -python-dotenv>=0.19.0 \ No newline at end of file +python-dotenv>=1.2.2 \ No newline at end of file