From 0886a8961b8b7c8eb9dea5bbe7e41b2fc65756b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 07:42:01 +0000 Subject: [PATCH] Bump authlib from 0.15.5 to 1.0.0 Bumps [authlib](https://github.com/lepture/authlib) from 0.15.5 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.5...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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 737db44c..2b34385d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ cyvcf2==0.30.15 uvloop==0.16.0 aiocache==0.11.1 ujson==5.1.0 -Authlib==0.15.5 +Authlib==1.0.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 6f6c7b86..ded7bf17 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ install_requires=[ "asyncpg==0.25.0", "aiohttp==3.8.1", - "Authlib==0.15.5", + "Authlib==1.0.0", "aiohttp-cors==0.7.0", "jsonschema==4.4.0", "gunicorn==20.1.0",