From dbc1e4bc1ee69910387b9ab1e8be09984daff5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 04:01:37 +0000 Subject: [PATCH] Bump authlib from 0.15.3 to 1.0.1 Bumps [authlib](https://github.com/lepture/authlib) from 0.15.3 to 1.0.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.15.3...v1.0.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 a034854..57acc9c 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.1 uwsgi>=2.0.18 psycopg2-binary==2.8.6 PyYAML==5.4.1