Skip to content

Commit 923b77f

Browse files
Bump fastapi from 0.124.4 to 0.127.0
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.124.4 to 0.127.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.124.4...0.127.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.127.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92b4147 commit 923b77f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

Lines changed: 10 additions & 10 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.125", optional = true}
79+
fastapi = {version = ">=0.111,<0.128", optional = true}
8080
typing-extensions = "^4.8.0"
8181

8282
[tool.poetry.extras]
@@ -110,7 +110,7 @@ deptry = ">=0.11,<0.24"
110110
aiohttp = "^3.8.4"
111111
pytest-aiohttp = "^1.1.0"
112112
pyflakes = "^3.1.0"
113-
fastapi = ">=0.111,<0.125"
113+
fastapi = ">=0.111,<0.128"
114114
tbump = "^6.11.0"
115115

116116
[tool.poetry.group.docs.dependencies]

0 commit comments

Comments
 (0)