Skip to content

Commit 658828e

Browse files
build(deps): update fastapi requirement from ^0.114.1 to ^0.115.0 (#176)
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.114.1...0.115.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 043c981 commit 658828e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.9"
12-
fastapi = "^0.114.1"
12+
fastapi = "^0.115.0"
1313
pydantic = "^2.0.3"
1414
python-multipart = "^0.0.9"
1515
uvicorn = "^0.30.0"

0 commit comments

Comments
 (0)