forked from Github-Mirrors/canaille
chore: minimum authlib requirement to 1.2.1
This commit is contained in:
parent
03af0bd249
commit
ef53e7f4ba
2 changed files with 2 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -1939,4 +1939,4 @@ sentry = ["sentry-sdk"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8, <4"
|
||||
content-hash = "b14b89e8741d2c68842ded51e4702f3dbb168ccfd6b5a5bb87a243d52c1ce0de"
|
||||
content-hash = "013f52b11b33e916ff159b7dfb8a88bd6a3897bf23c0ac5ee6ecd8156dcf6f68"
|
||||
|
|
|
@ -36,7 +36,7 @@ include = ["canaille/translations/*/LC_MESSAGES/*.mo"]
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8, <4"
|
||||
authlib = ">1,<2"
|
||||
authlib = "^1.2.1"
|
||||
click = "<9"
|
||||
email_validator = "<3"
|
||||
flask = "<2.3"
|
||||
|
|
Loading…
Reference in a new issue