Skip to content

Commit 34372f7

Browse files
authored
Merge pull request #913 from python-openapi/dependabot/pip/fastapi-0.114.0
Bump fastapi from 0.112.2 to 0.114.0
2 parents cb130a2 + d26ca72 commit 34372f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jsonschema-path = "^0.3.1"
7777
jsonschema = "^4.18.0"
7878
multidict = {version = "^6.0.4", optional = true}
7979
aioitertools = {version = ">=0.11,<0.13", optional = true}
80-
fastapi = {version = ">=0.111,<0.113", optional = true}
80+
fastapi = {version = ">=0.111,<0.115", optional = true}
8181

8282
[tool.poetry.extras]
8383
django = ["django"]
@@ -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.113"
114+
fastapi = ">=0.111,<0.115"
115115

116116
[tool.poetry.group.docs.dependencies]
117117
sphinx = ">=5.3,<8.0"

0 commit comments

Comments
 (0)