From b921dd203d23d5fff2afd1d44c7bebe3e5bb8fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:44:47 +0000 Subject: [PATCH] Update authlib requirement from >=1.0 to >=1.7.1 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...1.7.1) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.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..9084871 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.1 requests>=2.27.1