Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 18, 2023
1 parent 5e014aa commit c13d091
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 @@ -46,16 +46,16 @@ emmett = "emmett.cli:main"
[tool.poetry.dependencies]
python = "^3.8"
click = ">=6.0"
granian = "~0.6.0"
emmett-crypto = "^0.4"
granian = "~0.7.0"
emmett-crypto = "^0.5"
pendulum = "~2.1.2"
pyDAL = "17.3"
python-rapidjson = "^1.0"
pyyaml = "^6.0"
renoir = "^1.6"
severus = "^1.1"

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

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

0 comments on commit c13d091

Please sign in to comment.