From 453a40ea74e340fa103481dc9a0f38d057b53035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:43:01 +0000 Subject: [PATCH] Update authlib requirement from >=1.0 to >=1.7.0 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.0) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.0 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..45f6c6c 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.0 requests>=2.27.1