chore: minimum authlib requirement to 1.2.1

This commit is contained in:
Éloi Rivard 2023-08-12 18:41:12 +02:00
parent 03af0bd249
commit ef53e7f4ba
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View file

@ -1939,4 +1939,4 @@ sentry = ["sentry-sdk"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8, <4"
content-hash = "b14b89e8741d2c68842ded51e4702f3dbb168ccfd6b5a5bb87a243d52c1ce0de"
content-hash = "013f52b11b33e916ff159b7dfb8a88bd6a3897bf23c0ac5ee6ecd8156dcf6f68"

View file

@ -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"