From 94c63ead73d7aa0e876b564e86235abe932dabc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 05:01:07 +0000 Subject: [PATCH] Bump django-authlib from 0.10.1 to 0.13.0 Bumps [django-authlib](https://github.com/matthiask/django-authlib) from 0.10.1 to 0.13.0. - [Release notes](https://github.com/matthiask/django-authlib/releases) - [Changelog](https://github.com/matthiask/django-authlib/blob/main/CHANGELOG.rst) - [Commits](https://github.com/matthiask/django-authlib/compare/0.10.1...0.13) --- updated-dependencies: - dependency-name: django-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 a034854..9c87027 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==3.1.7 -django-authlib==0.10.1 +django-authlib==0.13.0 django-environ==0.4.5 behave-django==1.4.0 Authlib==0.15.3