mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
update dependencies
This commit is contained in:
parent
446853e4a9
commit
315abe5a4e
2 changed files with 361 additions and 546 deletions
866
poetry.lock
generated
866
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -30,29 +30,28 @@ version = "2.0.0-dev"
|
||||||
hyperglass = "hyperglass.console:run"
|
hyperglass = "hyperglass.console:run"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
Pillow = "^8.3.2"
|
Pillow = "^9.5.0"
|
||||||
PyJWT = "^2.0.1"
|
PyJWT = "^2.6.0"
|
||||||
PyYAML = "^5.4.1"
|
PyYAML = "^6.0"
|
||||||
aiofiles = "^0.7.0"
|
aiofiles = "^23.1.0"
|
||||||
distro = "^1.5.0"
|
distro = "^1.8.0"
|
||||||
fastapi = "^0.73.0"
|
fastapi = "^0.95.1"
|
||||||
favicons = ">=0.1.0,<1.0"
|
favicons = "^0.2.0"
|
||||||
gunicorn = "^20.1.0"
|
gunicorn = "^20.1.0"
|
||||||
httpx = "^0.20.0"
|
httpx = "^0.24.0"
|
||||||
loguru = "^0.5.3"
|
loguru = "^0.7.0"
|
||||||
netmiko = "^3.4.0"
|
netmiko = "^4.1.2"
|
||||||
paramiko = "^2.12.0"
|
paramiko = "^3.1.0"
|
||||||
psutil = "^5.7.2"
|
psutil = "^5.9.4"
|
||||||
py-cpuinfo = "^8.0.0"
|
py-cpuinfo = "^9.0.0"
|
||||||
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
|
pydantic = "^1.10.7"
|
||||||
python = ">=3.8.1,<4.0"
|
python = ">=3.8.1,<4.0"
|
||||||
redis = "^3.5.3"
|
redis = "^4.5.4"
|
||||||
rich = "^10.11.0"
|
rich = "^13.3.4"
|
||||||
typer = "^0.4.0"
|
typer = "^0.7.0"
|
||||||
typing-extensions = "^3.7.4"
|
uvicorn = "^0.21.1"
|
||||||
uvicorn = {extras = ["standard"], version = "^0.15.0"}
|
uvloop = "^0.17.0"
|
||||||
uvloop = "^0.16.0"
|
xmltodict = "^0.13.0"
|
||||||
xmltodict = "^0.12.0"
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
bandit = "^1.7.4"
|
bandit = "^1.7.4"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue