Allow Starlette 0.40.x (#5000)

This release of Starlette contains a fix for a security bug:

- GHSA-f96h-pmfr-66vw:
  https://github.com/encode/starlette/security/advisories/GHSA-f96h-pmfr-66vw
- CVE-2024-47874: https://nvd.nist.gov/vuln/detail/CVE-2024-47874
This commit is contained in:
Ben Beasley
2024-10-15 15:41:10 -04:00
committed by GitHub
parent 3a57661230
commit cade63fba5

View File

@ -43,7 +43,7 @@ def get_pip_dependencies():
home = [
# PIO Home requirements
"ajsonrpc == 1.2.*",
"starlette >=0.19, <0.40",
"starlette >=0.19, <0.41",
'uvicorn == 0.16.0; python_version < "3.7"',
'uvicorn >=0.16, <0.31; python_version >= "3.7"',
"wsproto == 1.*",