Skip to content

Commit 84f1fba

Browse files
build(deps): update fastapi requirement from ^0.113.0 to ^0.114.1
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.113.0...0.114.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aaed16e commit 84f1fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.113.0"
12+
fastapi = "^0.114.1"
1313
pydantic = "^2.0.3"
1414
python-multipart = "^0.0.9"
1515
uvicorn = "^0.30.0"

0 commit comments

Comments
 (0)