version: bump version number. Pin httpx to 0.25.0 min.
This commit is contained in:
@@ -9,12 +9,12 @@ readme = "README.md"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
asyncssh = "^2.13.1"
|
httpx = "^0.25.0"
|
||||||
httpx = "^0.24.0"
|
asyncssh = "^2.14.1"
|
||||||
passlib = "^1.7.4"
|
|
||||||
pyaml = "^23.5.9"
|
|
||||||
toml = "^0.10.2"
|
|
||||||
grpc-requests = "^0.1.11"
|
grpc-requests = "^0.1.11"
|
||||||
|
passlib = "^1.7.4"
|
||||||
|
pyaml = "^23.9.7"
|
||||||
|
toml = "^0.10.2"
|
||||||
|
|
||||||
[tool.poetry.group.dev]
|
[tool.poetry.group.dev]
|
||||||
optional = true
|
optional = true
|
||||||
|
|||||||
Reference in New Issue
Block a user