From 932941d13bdc0756e2d952b886ef8c5d88ca1a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:22:35 +0000 Subject: [PATCH] build(deps): bump python-dotenv in /scripts/core/gpg_manager 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] --- scripts/core/gpg_manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/gpg_manager/requirements.txt b/scripts/core/gpg_manager/requirements.txt index d410075..2995fdc 100644 --- a/scripts/core/gpg_manager/requirements.txt +++ b/scripts/core/gpg_manager/requirements.txt @@ -1,4 +1,4 @@ Flask==2.3.3 python-gnupg==0.5.1 -python-dotenv==1.0.0 +python-dotenv==1.2.2 gunicorn==22.0.0