Update dependencices

This commit is contained in:
James Hilliard
2024-10-29 09:46:17 -06:00
parent 0f09fb49fc
commit 4c0410322f
2 changed files with 122 additions and 156 deletions

View File

@@ -8,13 +8,13 @@ documentation = "https://pyasic.readthedocs.io/en/latest/"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
httpx = ">=0.26.0"
asyncssh = ">=2.17.0"
passlib = ">=1.7.4"
pyaml = ">=23.12.0"
tomli = { version = ">=2.0.1", python = "<3.11" }
tomli-w = "1.0.0"
tomli-w = "^1.0.0"
betterproto = "2.0.0b6"
aiofiles = ">=23.2.1"
@@ -22,7 +22,7 @@ aiofiles = ">=23.2.1"
optional = true
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.5.0"
pre-commit = "^4.0.1"
isort = "^5.12.0"
[tool.poetry.group.docs]