Skip to content

Commit

Permalink
Update starlette requirement from <0.28.0,>=0.27.0 to >=0.27.0,<0.34.0
Browse files Browse the repository at this point in the history
Updates the requirements on [starlette](https://github.com/encode/starlette) to permit the latest version.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.27.0...0.33.0)

---
updated-dependencies:
- dependency-name: starlette
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent ff5a124 commit 283089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ readchar >= 4.0.0, < 5.0.0
rich >= 11.0, < 14.0
ruamel-yaml >= 0.17.0
sqlalchemy[asyncio] >= 1.4.22, != 1.4.33, < 3.0.0
starlette >= 0.27.0, < 0.28.0
starlette >= 0.27.0, < 0.34.0
toml >= 0.10.0
typer >= 0.4.2
typing_extensions >= 4.5.0, < 5.0.0
Expand Down

0 comments on commit 283089c

Please sign in to comment.