From 64858675af4cea9d574031ca2b59b729316a3f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:41:34 +0000 Subject: [PATCH] Bump authlib from 0.8 to 1.4.1 Bumps [authlib](https://github.com/lepture/authlib) from 0.8 to 1.4.1. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](https://github.com/lepture/authlib/compare/v0.8...v1.4.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..645f4f2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Authlib==0.8 +Authlib==1.4.1 flask-session==0.8.0 loginpass==0.1.1 coverage==7.6.9