Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit b7db1c9

Browse files
Bump authlib from 1.0.1 to 1.1.0
Bumps [authlib](https://github.com/lepture/authlib) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](authlib/authlib@v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ff20e0 commit b7db1c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cyvcf2==0.30.16
77
uvloop==0.16.0
88
aiocache==0.11.1
99
ujson==5.5.0
10-
Authlib==1.0.1
10+
Authlib==1.1.0
1111
gunicorn==20.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
install_requires=[
4040
"asyncpg==0.26.0",
4141
"aiohttp==3.8.1",
42-
"Authlib==1.0.1",
42+
"Authlib==1.1.0",
4343
"aiohttp-cors==0.7.0",
4444
"jsonschema==4.16.0",
4545
"gunicorn==20.1.0",

0 commit comments

Comments
 (0)