Skip to content

Commit d26ca72

Browse files
authoredSep 9, 2024··
Bump fastapi from 0.112.2 to 0.114.0
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.112.2 to 0.114.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.112.2...0.114.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5d2559 commit d26ca72

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎poetry.lock

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

‎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)
Please sign in to comment.