Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed May 1, 2024
1 parent 89abfa9 commit d445843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ emmett = "emmett.cli:main"
[tool.poetry.dependencies]
python = "^3.8"
click = ">=6.0"
granian = "~1.1.0"
emmett-crypto = "^0.5"
granian = "~1.3.1"
emmett-crypto = "^0.6"
pendulum = "~3.0.0"
pyDAL = "17.3"
python-rapidjson = "^1.14"
pyyaml = "^6.0"
renoir = "^1.6"
severus = "^1.1"

orjson = { version = "~3.9", optional = true }
orjson = { version = "~3.10", optional = true }

uvicorn = { version = "^0.19.0", optional = true }
h11 = { version = ">= 0.12.0", optional = true }
Expand Down

0 comments on commit d445843

Please sign in to comment.