From 8cec09713cc4e6cbebc5e6bebe56fb5a7daeaa58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:39:02 +0000 Subject: [PATCH] Update authlib requirement from >=1.3 to >=1.7.2 in /Frank 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.3.0...v1.7.2) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Frank/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frank/requirements.txt b/Frank/requirements.txt index 9a01e34..d8e2f18 100644 --- a/Frank/requirements.txt +++ b/Frank/requirements.txt @@ -4,5 +4,5 @@ Flask-CORS>=4.0 python-dotenv>=1.0 bcrypt>=4.0 python-docx>=1.0 -Authlib>=1.3 +Authlib>=1.7.2 requests>=2.31