From 90138462202edc10b727c1ddddbeb57fc8de613c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:54:29 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44aafbc..44fea8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ google-cloud-compute==1.43.0 google-cloud-secret-manager==2.26.0 gunicorn==25.1.0 PyJWT==2.11.0 -python-dotenv==1.2.1 +python-dotenv==1.2.2 requests==2.32.5