Skip to content

Commit

Permalink
Bump fastapi from 0.114.0 to 0.115.2
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.0 to 0.115.2.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.114.0...0.115.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent b8f0644 commit 65cbdaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.115", optional = true}
fastapi = {version = ">=0.111,<0.116", 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.115"
fastapi = ">=0.111,<0.116"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6.1"
Expand Down

0 comments on commit 65cbdaf

Please sign in to comment.