From 612f5f9107380020cc77d8803ef4b4903382789e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:30:12 +0000 Subject: [PATCH] Bump python-dotenv from 1.1.1 to 1.2.2 in /service Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.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.1.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/requirements.txt b/service/requirements.txt index a0b73ff..1f88141 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -4,4 +4,4 @@ prometheus-client==0.22.1 pydantic==2.11.7 pytest==8.4.1 httpx==0.28.1 -python-dotenv==1.1.1 +python-dotenv==1.2.2