Skip to content

Commit 5aee161

Browse files
authored
Merge pull request #1037 from python-openapi/dependabot/pip/fastapi-0.120.1
Bump fastapi from 0.115.12 to 0.120.1
2 parents da16482 + ebdfa9f commit 5aee161

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)