From 154c5a5e2cfd3e466da0e3ad6461e50c5e7853fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 05:01:11 +0000 Subject: [PATCH] Bump authlib from 0.15.3 to 1.0.0 Bumps [authlib](https://github.com/lepture/authlib) from 0.15.3 to 1.0.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.0.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..b7cdde2 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.0.0 uwsgi>=2.0.18 psycopg2-binary==2.8.6 PyYAML==5.4.1