Skip to content

Commit

Permalink
⬆️ Update fastapi requirement from ^0.111.0 to ^0.112.0 (#15)
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.111.0...0.112.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 9ad7871 commit bb1e8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytest-asyncio = { version = "^0.23.2", optional = true }
flaky = { version = "^3.7.0", optional = true }
lxml = "^5.0.0"
arko-wrapper = "^0.3.0"
fastapi = "^0.111.0"
fastapi = "^0.112.0"
uvicorn = { extras = ["standard"], version = "^0.30.1" }
sentry-sdk = "^2.5.1"
GitPython = "^3.1.30"
Expand Down

0 comments on commit bb1e8fd

Please sign in to comment.