Skip to content

Commit

Permalink
Update starlette requirement from <0.33.0,>=0.27.0 to >=0.27.0,<0.38.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.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent c1a3416 commit e0999c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyyaml >= 5.4.1, < 7.0.0
rich >= 11.0, < 14.0
ruamel.yaml >= 0.17.0
sniffio >=1.3.0, < 2.0.0
starlette >= 0.27.0, < 0.33.0
starlette >= 0.27.0, < 0.38.0
toml >= 0.10.0
typing_extensions >= 4.5.0, < 5.0.0
ujson >= 5.8.0, < 6.0.0
Expand Down

0 comments on commit e0999c5

Please sign in to comment.