Skip to content

Commit 45fd0eb

Browse files
authored
Merge pull request #1079 from python-openapi/dependabot/pip/fastapi-0.127.0
Bump fastapi from 0.124.4 to 0.127.0
2 parents 6b9005e + 923b77f commit 45fd0eb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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: 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)