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

Commit

Permalink
Bump authlib from 1.0.1 to 1.1.0
Browse files Browse the repository at this point in the history
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](lepture/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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2022
1 parent 5ff20e0 commit b7db1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ cyvcf2==0.30.16
uvloop==0.16.0
aiocache==0.11.1
ujson==5.5.0
Authlib==1.0.1
Authlib==1.1.0
gunicorn==20.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
install_requires=[
"asyncpg==0.26.0",
"aiohttp==3.8.1",
"Authlib==1.0.1",
"Authlib==1.1.0",
"aiohttp-cors==0.7.0",
"jsonschema==4.16.0",
"gunicorn==20.1.0",
Expand Down

0 comments on commit b7db1c9

Please sign in to comment.