Skip to content

Commit c35200c

Browse files
Bump fastapi from 0.110.0 to 0.110.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.0 to 0.110.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.0...0.110.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19adb52 commit c35200c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
python = "^3.9"
2626
pydantic = "^2.6.4"
2727
redis = "^5.0.3"
28-
fastapi = { extras = ["all"], version = "^0.110.0" }
28+
fastapi = { extras = ["all"], version = "^0.110.1" }
2929

3030
[tool.poetry.group.dev.dependencies]
3131
requests = "^2.31.0"

0 commit comments

Comments
 (0)