Skip to content

Commit bb5989b

Browse files
Bump fastapi from 0.91.0 to 0.92.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.91.0 to 0.92.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.91.0...0.92.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36d1701 commit bb5989b

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 = { text = "MIT" }
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
dependencies = [
12-
"fastapi==0.91.0",
12+
"fastapi==0.92.0",
1313
"uvicorn[standard]==0.20.0",
1414
"imsosorry==1.2.0",
1515
]

0 commit comments

Comments
 (0)