Skip to content

Commit

Permalink
Merge pull request #913 from python-openapi/dependabot/pip/fastapi-0.…
Browse files Browse the repository at this point in the history
…114.0

Bump fastapi from 0.112.2 to 0.114.0
  • Loading branch information
p1c2u authored Sep 10, 2024
2 parents cb130a2 + d26ca72 commit 34372f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jsonschema-path = "^0.3.1"
jsonschema = "^4.18.0"
multidict = {version = "^6.0.4", optional = true}
aioitertools = {version = ">=0.11,<0.13", optional = true}
fastapi = {version = ">=0.111,<0.113", optional = true}
fastapi = {version = ">=0.111,<0.115", optional = true}

[tool.poetry.extras]
django = ["django"]
Expand Down Expand Up @@ -111,7 +111,7 @@ aiohttp = "^3.8.4"
pytest-aiohttp = "^1.0.4"
bump2version = "^1.0.1"
pyflakes = "^3.1.0"
fastapi = ">=0.111,<0.113"
fastapi = ">=0.111,<0.115"

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

0 comments on commit 34372f7

Please sign in to comment.