From b44dc8f1a9e157ba2c366e160828016b99689aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:22:00 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.2.2. - [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] --- requirements.txt | 2 +- requirements_no_gui.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3d2b6c1b..1a846d57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ idna==3.7 peewee==3.17.0 pycparser==2.20 PyMySQL==1.1.1 -python-dotenv==1.0.0 +python-dotenv==1.2.2 six==1.16.0 urllib3<2 psycopg2==2.9.10 diff --git a/requirements_no_gui.txt b/requirements_no_gui.txt index 6791b3c9..8ab3d6e8 100644 --- a/requirements_no_gui.txt +++ b/requirements_no_gui.txt @@ -7,7 +7,7 @@ idna==3.7 peewee==3.17.0 pycparser==2.20 PyMySQL==1.1.1 -python-dotenv==1.0.0 +python-dotenv==1.2.2 six==1.16.0 urllib3<2 psycopg2==2.9.10