From 43c1e5802a21e5a522fdaebe457e90eda40ec7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:43:09 +0000 Subject: [PATCH] Update python-dotenv requirement from >=0.19.2 to >=0.21.1 in /01-Login Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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/v0.19.2...v0.21.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 0.21.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 01-Login/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Login/requirements.txt b/01-Login/requirements.txt index 6ef2043..5ffe972 100644 --- a/01-Login/requirements.txt +++ b/01-Login/requirements.txt @@ -1,4 +1,4 @@ flask>=2.0.3 -python-dotenv>=0.19.2 +python-dotenv>=0.21.1 authlib>=1.0 requests>=2.27.1