Skip to content

Commit

Permalink
⬆️ Bump starlette from 0.37.2 to 0.38.2
Browse files Browse the repository at this point in the history
Bumps [starlette](https://github.com/encode/starlette) from 0.37.2 to 0.38.2.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.37.2...0.38.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 2c0ded4 commit b93cf31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pyinstrument = "^4.6.2"
python = "^3.11"
sentry-sdk = {extras = ["starlette"], version = "^2.7.1"}
sqlalchemy = "^2.0.31"
starlette = "^0.37.2"
starlette = ">=0.37.2,<0.39.0"
typer = "^0.12.3"
uvicorn = {extras = ["standard"], version = "^0.30.1"}

Expand Down

0 comments on commit b93cf31

Please sign in to comment.