Skip to content

Commit 15f6e3e

Browse files
Bump fastapi from 0.110.1 to 0.110.2
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.1 to 0.110.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.1...0.110.2) --- 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 03bb82c commit 15f6e3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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.7.0"
2727
redis = "^5.0.3"
28-
fastapi = { extras = ["all"], version = "^0.110.1" }
28+
fastapi = { extras = ["all"], version = "^0.110.2" }
2929

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

0 commit comments

Comments
 (0)