requirements: bump dependency versions

This commit is contained in:
Brett Rowan
2025-04-27 11:00:34 -06:00
parent 8f7a67d4dc
commit bd9144b3de
2 changed files with 298 additions and 271 deletions

View File

@@ -43,7 +43,7 @@ classifiers = [
requires-python = ">3.9, <4.0"
dependencies = [
"httpx>=0.26.0",
"asyncssh>=2.17.0",
"asyncssh>=2.20.0",
"cryptography>=39.0",
"passlib>=1.7.4",
"pyaml>=23.12.0",
@@ -51,7 +51,7 @@ dependencies = [
"tomli-w>=1.0.0",
"aiofiles>=23.2.1",
"betterproto==2.0.0b7",
"pydantic>=2.9.2",
"pydantic>=2.11.0",
]
[tool.poetry.group.dev]