From 90c63717121e4f6bf1bec6a5bbc62b4289726e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:47:57 +0000 Subject: [PATCH] :arrow_up: Bump authlib from 1.2.1 to 1.3.0 Bumps [authlib](https://github.com/lepture/authlib) from 1.2.1 to 1.3.0. - [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/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a72673..5a019c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi[all]==0.108.0 -Authlib==1.2.1 +Authlib==1.3.0 SQLAlchemy==2.0.23 psycopg2==2.9.9 python-jose==3.3.0