Skip to content

Commit 5382dae

Browse files
Bump fastapi from 0.92.0 to 0.93.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.92.0 to 0.93.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.92.0...0.93.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 b8ee946 commit 5382dae

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
@@ -8,7 +8,7 @@ license = { text = "MIT" }
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"fastapi==0.92.0",
11+
"fastapi==0.93.0",
1212
"uvicorn[standard]==0.20.0",
1313
"imsosorry==1.2.0",
1414
"sentry-sdk[fastapi]==1.16.0",

0 commit comments

Comments
 (0)