From 61f966a6619ba3393978da0d32158a0091de7b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 05:00:36 +0000 Subject: [PATCH] Bump authlib from 0.15.3 to 1.2.0 Bumps [authlib](https://github.com/lepture/authlib) from 0.15.3 to 1.2.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/v0.15.3...v1.2.0) --- 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 a034854..95a34f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==3.1.7 django-authlib==0.10.1 django-environ==0.4.5 behave-django==1.4.0 -Authlib==0.15.3 +Authlib==1.2.0 uwsgi>=2.0.18 psycopg2-binary==2.8.6 PyYAML==5.4.1