Browse Source

⬆ Update starlette requirement from <0.47.0,>=0.40.0 to >=0.40.0,<0.48.0

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](https://github.com/encode/starlette/compare/0.40.0...0.47.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/13850/head
dependabot[bot] 1 month ago
committed by GitHub
parent
commit
41b699b680
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml

2
pyproject.toml

@ -43,7 +43,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
] ]
dependencies = [ dependencies = [
"starlette>=0.40.0,<0.47.0", "starlette>=0.40.0,<0.48.0",
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0", "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
"typing-extensions>=4.8.0", "typing-extensions>=4.8.0",
] ]

Loading…
Cancel
Save