Skip to content

Commit 79ac2ed

Browse files
Update fastapi requirement from 0.115.5 to 0.115.6
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.115.5...0.115.6) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9638f9 commit 79ac2ed

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
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.11"
10-
fastapi = "0.115.5"
10+
fastapi = "0.115.6"
1111
uvicorn = "0.32.1"
1212

1313
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)