update requirements
Build and Push Docker Container / build-and-push (push) Successful in 2m9s

This commit is contained in:
2026-01-22 10:19:13 +01:00
parent d82ed3d43a
commit bea2d98fa6
3 changed files with 207 additions and 172 deletions
+16 -15
View File
@@ -7,29 +7,30 @@ requires-python = ">=3.13"
dependencies = [
"aiofiles==25.1.0",
"aiohappyeyeballs==2.6.1",
"aiohttp==3.13.1",
"aiohttp==3.13.3",
"aiologger==0.7.0",
"aiosignal==1.4.0",
"anyio==4.11.0",
"anyio==4.12.1",
"attrs==25.4.0",
"authlib==1.6.5",
"authlib==1.6.6",
"blinker==1.9.0",
"certifi==2025.10.5",
"certifi==2026.1.4",
"cffi==2.0.0",
"click==8.3.0",
"click==8.3.1",
"convex==0.7.0",
"cryptography==46.0.3",
"deprecated==1.2.18",
"deprecated==1.3.1",
"dotenv==0.9.9",
"flask==3.1.2",
"flask-limiter==4.0.0",
"flask-limiter==4.1.1",
"frozenlist==1.8.0",
"gel==3.1.0",
"h11==0.16.0",
"h2==4.3.0",
"hpack==4.1.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"hypercorn==0.17.3",
"hypercorn==0.18.0",
"hyperframe==6.1.0",
"idna==3.11",
"itsdangerous==2.2.0",
@@ -41,25 +42,25 @@ dependencies = [
"msgpack==1.1.2",
"multidict==6.7.0",
"ordered-set==4.1.0",
"packaging==25.0",
"packaging==26.0",
"pip-autoremove==0.10.0",
"priority==2.0.0",
"propcache==0.4.1",
"pycparser==2.23",
"pycparser==3.0",
"pygments==2.19.2",
"pyjwt==2.10.1",
"python-dotenv==1.1.1",
"python-dotenv==1.2.1",
"quart==0.20.0",
"quart-flask-patch==0.3.0",
"quart-session",
"redis==7.0.0",
"rich==14.2.0",
"setuptools==80.9.0",
"setuptools==80.10.1",
"sniffio==1.3.1",
"typing-extensions==4.15.0",
"werkzeug==3.1.3",
"wrapt==1.17.3",
"wsproto==1.2.0",
"werkzeug==3.1.5",
"wrapt==2.0.1",
"wsproto==1.3.2",
"yarl==1.22.0",
]