Update dependencies

This commit is contained in:
2025-05-19 09:22:23 +02:00
parent 5865cc450f
commit e46f6f8d4f
2 changed files with 26 additions and 0 deletions

View File

@ -21,10 +21,12 @@ authors = [
]
requires-python = ">=3.13"
dependencies = [
"aiosqlite>=0.21.0",
"asyncssh>=2.20.0",
"click>=8.1.8",
"cryptography>=44.0.2",
"fastapi[standard]>=0.115.12",
"greenlet>=3.2.2",
"httpx>=0.28.1",
"jinja2>=3.1.6",
"pydantic>=2.10.6",
@ -35,6 +37,7 @@ dependencies = [
"pytest-selenium>=4.1.0",
"python-dotenv>=1.0.1",
"python-json-logger>=3.3.0",
"sqlalchemy[asyncio]>=2.0.40",
]
[build-system]