Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 2, 2024
1 parent 4fd8eb8 commit 023e901
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 208 deletions.
246 changes: 40 additions & 206 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
httpx = {extras = ["http2"], version = "^0.27.0"}
fastapi = "^0.111.0"
fastapi = "^0.112.0"
uvicorn = {extras = ["standard"], version = "^0.30.1"}
jinja2 = "^3.1.2"
fastapi-etag = "^0.4.0"
Expand All @@ -22,7 +22,7 @@ uvicorn-worker = "^0.2.0"

[tool.poetry.group.dev.dependencies]
reuse = "^4.0.3"
mypy = "1.11.0"
mypy = "1.11.1"
flake8 = "^7.0.0"
pytest = "^8.0.0"
requests = "^2.23.0"
Expand Down

0 comments on commit 023e901

Please sign in to comment.