fix(deps): update dependency authlib to v1

This commit is contained in:
renovate 2022-09-07 06:25:25 +00:00
parent 486f8bd61c
commit 6ab9663b76
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 7 additions and 10 deletions

15
poetry.lock generated
View file

@ -65,17 +65,14 @@ tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy
[[package]] [[package]]
name = "authlib" name = "authlib"
version = "0.15.5" version = "1.0.1"
description = "The ultimate Python library in building OAuth and OpenID Connect servers." description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = "*"
[package.dependencies] [package.dependencies]
cryptography = "*" cryptography = ">=3.2"
[package.extras]
client = ["requests"]
[[package]] [[package]]
name = "bcrypt" name = "bcrypt"
@ -1022,7 +1019,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.9,<3.11" python-versions = ">=3.9,<3.11"
content-hash = "888f848aad23900dcff3c089e13b88547605ef760dc3714a9872a89346e150e2" content-hash = "c2412181a05b96ad1daab6e9bddff8e1d4ce2b0b7671536ccccd69c66924c27d"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -1046,8 +1043,8 @@ attrs = [
{file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"}, {file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"},
] ]
authlib = [ authlib = [
{file = "Authlib-0.15.5-py2.py3-none-any.whl", hash = "sha256:ecf4a7a9f2508c0bb07e93a752dd3c495cfaffc20e864ef0ffc95e3f40d2abaf"}, {file = "Authlib-1.0.1-py2.py3-none-any.whl", hash = "sha256:1286e2d5ef5bfe5a11cc2d0a0d1031f0393f6ce4d61f5121cfe87fa0054e98bd"},
{file = "Authlib-0.15.5.tar.gz", hash = "sha256:b83cf6360c8e92b0e9df0d1f32d675790bcc4e3c03977499b1eed24dcdef4252"}, {file = "Authlib-1.0.1.tar.gz", hash = "sha256:6e74a4846ac36dfc882b3cc2fbd3d9eb410a627f2f2dc11771276655345223b1"},
] ]
bcrypt = [ bcrypt = [
{file = "bcrypt-3.2.2-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:7180d98a96f00b1050e93f5b0f556e658605dd9f524d0b0e68ae7944673f525e"}, {file = "bcrypt-3.2.2-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:7180d98a96f00b1050e93f5b0f556e658605dd9f524d0b0e68ae7944673f525e"},

View file

@ -78,7 +78,7 @@ paginate = "^0.5.6"
# SQL # SQL
alembic = "^1.7.4" alembic = "^1.7.4"
mysqlclient = "^2.0.3" mysqlclient = "^2.0.3"
Authlib = "^0.15.5" Authlib = "^1.0.0"
Jinja2 = "^3.0.2" Jinja2 = "^3.0.2"
Markdown = "^3.3.6" Markdown = "^3.3.6"
Werkzeug = "^2.0.2" Werkzeug = "^2.0.2"