From b2e88565ccb296f9600ffbe4f79168c69c2794ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 09:46:20 +0000 Subject: [PATCH] Update authlib requirement from >=1.0 to >=1.7.2 in /01-Login Updates the requirements on [authlib](https://github.com/authlib/authlib) to permit the latest version. - [Release notes](https://github.com/authlib/authlib/releases) - [Commits](https://github.com/authlib/authlib/compare/v1.0.0...v1.7.2) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.2 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..09b6a0e 100644 --- a/01-Login/requirements.txt +++ b/01-Login/requirements.txt @@ -1,4 +1,4 @@ flask>=2.0.3 python-dotenv>=0.19.2 -authlib>=1.0 +authlib>=1.7.2 requests>=2.27.1