update requirements

This commit is contained in:
2026-03-28 13:15:40 +01:00
parent a6befb5aeb
commit fc3a0219a0
3 changed files with 223 additions and 207 deletions
+11 -11
View File
@@ -10,15 +10,15 @@ dependencies = [
"aiohttp==3.13.3",
"aiologger==0.7.0",
"aiosignal==1.4.0",
"anyio==4.12.1",
"attrs==25.4.0",
"authlib==1.6.8",
"anyio==4.13.0",
"attrs==26.1.0",
"authlib==1.6.9",
"blinker==1.9.0",
"certifi==2026.2.25",
"cffi==2.0.0",
"click==8.3.1",
"convex==0.7.0",
"cryptography==46.0.5",
"cryptography==46.0.6",
"deprecated==1.3.1",
"dotenv==0.9.9",
"flask==3.1.3",
@@ -46,20 +46,20 @@ dependencies = [
"propcache==0.4.1",
"pycparser==3.0",
"pygments==2.19.2",
"pyjwt==2.11.0",
"python-dotenv==1.2.1",
"pyjwt==2.12.1",
"python-dotenv==1.2.2",
"quart==0.20.0",
"quart-flask-patch==0.3.0",
"quart-session",
"redis==7.2.1",
"redis==7.4.0",
"rich==14.3.3",
"setuptools==82.0.0",
"setuptools==82.0.1",
"sniffio==1.3.1",
"typing-extensions==4.15.0",
"werkzeug==3.1.6",
"wrapt==2.1.1",
"werkzeug==3.1.7",
"wrapt==2.1.2",
"wsproto==1.3.2",
"yarl==1.22.0",
"yarl==1.23.0",
]
[tool.uv.workspace]