From 0b01b014dd0785a132c608bebf45fc0c2303da6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:28:44 +0000 Subject: [PATCH] Bump authlib from 0.8 to 1.5.1 Bumps [authlib](https://github.com/lepture/authlib) from 0.8 to 1.5.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/main/docs/changelog.rst) - [Commits](https://github.com/lepture/authlib/compare/v0.8...v1.5.1) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a067fd0..2872e177 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Authlib==0.8 +Authlib==1.5.1 flask-session==0.8.0 loginpass==0.1.1 coverage==7.6.9