From 5779a4d5a275531cf4b7de485595c52e76714cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:40:53 +0000 Subject: [PATCH] Bump python-dotenv from 1.2.1 to 1.2.2 in /webhook_receiver 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 ... Signed-off-by: dependabot[bot] --- webhook_receiver/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook_receiver/requirements.txt b/webhook_receiver/requirements.txt index fc3b1ce..be86e83 100644 --- a/webhook_receiver/requirements.txt +++ b/webhook_receiver/requirements.txt @@ -4,4 +4,4 @@ uvicorn[standard]==0.39.0 httpx==0.28.1 google-cloud-secret-manager==2.27.0 google-cloud-logging==3.15.0 -python-dotenv==1.2.1 +python-dotenv==1.2.2