Skip to content

Commit 3b33447

Browse files
⬆️ Bump starlette in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [starlette](https://github.com/encode/starlette). Updates `starlette` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.40.0...0.41.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08aa00e commit 3b33447

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pyinstrument = "^5.0.0"
2323
python = "^3.11"
2424
sentry-sdk = {extras = ["starlette"], version = "^2.7.1"}
2525
sqlalchemy = "^2.0.31"
26-
starlette = "^0.40.0"
26+
starlette = ">=0.40,<0.42"
2727
typer = "^0.12.3"
2828
uvicorn = {extras = ["standard"], version = "^0.31.0"}
2929

0 commit comments

Comments
 (0)