From cd4a01deb6e136881bc76c55e392b49828884524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:31:18 +0000 Subject: [PATCH] deps(deps): Bump python-dotenv from 1.2.1 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.1 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.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/requirements.txt b/Docker/requirements.txt index 4421c28..f41ab0c 100644 --- a/Docker/requirements.txt +++ b/Docker/requirements.txt @@ -11,7 +11,7 @@ boto3==1.42.39 hvac==2.4.0 atproto==0.0.63 doppler-sdk==1.3.0 -python-dotenv==1.2.1 +python-dotenv==1.2.2 google-api-python-client==2.187.0 google-genai==1.61.0 # CVE-2025-4565 fix: Requires protobuf >= 4.25.8 (v4), >= 5.29.5 (v5), or >= 6.31.1 (v6) diff --git a/requirements.txt b/requirements.txt index c0ada00..476d53f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ boto3==1.42.39 hvac==2.4.0 atproto==0.0.65 doppler-sdk==1.3.0 -python-dotenv==1.2.1 +python-dotenv==1.2.2 google-api-python-client==2.188.0 google-genai==1.61.0 # CVE-2025-4565 fix: Requires protobuf >= 4.25.8 (v4), >= 5.29.5 (v5), or >= 6.31.1 (v6)