Skip to content

Commit ebdfa9f

Browse files
Bump fastapi from 0.115.12 to 0.120.1
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.12 to 0.120.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.12...0.120.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da16482 commit ebdfa9f

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jsonschema-path = "^0.3.4"
7676
jsonschema = "^4.23.0"
7777
multidict = {version = "^6.0.4", optional = true}
7878
aioitertools = {version = ">=0.11,<0.14", optional = true}
79-
fastapi = {version = ">=0.111,<0.116", optional = true}
79+
fastapi = {version = ">=0.111,<0.125", optional = true}
8080
typing-extensions = "^4.8.0"
8181

8282
[tool.poetry.extras]
@@ -111,7 +111,7 @@ aiohttp = "^3.8.4"
111111
pytest-aiohttp = "^1.0.4"
112112
bump2version = "^1.0.1"
113113
pyflakes = "^3.1.0"
114-
fastapi = ">=0.111,<0.116"
114+
fastapi = ">=0.111,<0.125"
115115

116116
[tool.poetry.group.docs.dependencies]
117117
mkdocs = "^1.6.1"

0 commit comments

Comments
 (0)