Skip to content

Commit

Permalink
build(deps): update fastapi[standard] requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi[standard]](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.114.0...0.115.0)

---
updated-dependencies:
- dependency-name: fastapi[standard]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 5e9d333 commit 95f476a
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 @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4==4.12.*",
"fastapi[standard]==0.114.*",
"fastapi[standard]==0.115.*",
"httpx[http2]==0.27.*",
"loguru==0.7.*",
"lxml==5.3.*",
Expand Down

0 comments on commit 95f476a

Please sign in to comment.