From 404d337fd9d14aebe8eb3592124814544926d6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:00:41 +0000 Subject: [PATCH] Bump authlib from 0.12 to 1.3.1 Bumps [authlib](https://github.com/lepture/authlib) from 0.12 to 1.3.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.12...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c460ac4..62abe24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ numpy Flask flask_socketio flask-sqlalchemy -Authlib==0.12 +Authlib==1.3.1 gevent