forked from mirrors/thatmattlove-hyperglass
update major dependencies
This commit is contained in:
parent
37a14b125f
commit
9bdb157ca4
3 changed files with 567 additions and 422 deletions
|
|
@ -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
981
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue