From 1d47e41acf9fec876a1d9ca8e26fd4e2425e32f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:16:43 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.2.2 in /ui 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] --- ui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/requirements.txt b/ui/requirements.txt index 0ccf6be..73cefcc 100644 --- a/ui/requirements.txt +++ b/ui/requirements.txt @@ -5,4 +5,4 @@ pydantic_core==2.33.2 streamlit==1.42.0 python-jose[cryptography]==3.3.0 requests-oauthlib==1.3.1 -python-dotenv==1.0.0 \ No newline at end of file +python-dotenv==1.2.2 \ No newline at end of file