Skip to content

Commit

Permalink
chore: update requirements in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
johschmidt42 committed Jul 22, 2023
1 parent 0d10adc commit 32219a3
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 @@ -10,9 +10,9 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.10"
httpx = "^0.23.0"
fastapi = "^0.95.0"
uvicorn = {extras = ["standard"], version = "^0.21.1"}
httpx = "^0.24.1"
fastapi = "^0.100.0"
uvicorn = {extras = ["standard"], version = "^0.23.1"}


[tool.poetry.group.lint.dependencies]
Expand Down

0 comments on commit 32219a3

Please sign in to comment.