From 2c1484266fa1d51dd0c48a926a38da3edc21c0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:26:24 +0000 Subject: [PATCH] deps: update python-dotenv requirement in /config 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.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index dd3805b..e247ce7 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -6,6 +6,6 @@ rjsmin>=1.2.2 Pillow>=10.0.0 lxml>=4.9.0 urllib3>=2.0.0 -python-dotenv>=1.0.0 +python-dotenv>=1.2.1