1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

update major dependencies

This commit is contained in:
thatmattlove
2021-12-08 11:38:00 -07:00
parent 37a14b125f
commit 9bdb157ca4
3 changed files with 567 additions and 422 deletions

View File

@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
"""
# Third Party
import uvloop # type: ignore
import uvloop
# Project
from hyperglass.constants import METADATA

981
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@ version = "2.0.0-dev"
hyperglass = "hyperglass.console:run"
[tool.poetry.dependencies]
Pillow = "^7.2"
Pillow = "^8.3.2"
PyJWT = "^2.0.1"
PyYAML = "^5.4.1"
aiofiles = "^0.7.0"
@ -50,8 +50,8 @@ redis = "^3.5.3"
rich = "^10.11.0"
typer = "^0.4.0"
typing-extensions = "^3.7.4"
uvicorn = {extras = ["standard"], version = "^0.13.4"}
uvloop = "^0.14.0"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
uvloop = "^0.16.0"
xmltodict = "^0.12.0"
[tool.poetry.dev-dependencies]