Skip to content

Commit

Permalink
build(deps): bump fastapi from 0.103.2 to 0.104.0
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.2 to 0.104.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.103.2...0.104.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent b7ba58d commit d157b34
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
33 changes: 27 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "sblex", from = "src"}]

[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.103.2"
fastapi = "^0.104.0"
jinja2 = "^3.1.2"
opentelemetry-instrumentation-fastapi = "^0.40b0"
opentelemetry-sdk = "^1.17.0"
Expand Down

0 comments on commit d157b34

Please sign in to comment.