python312Packages.starlette: 0.39.2 -> 0.40.0

https://www.starlette.io/release-notes/#0400-october-15-2024
https://github.com/encode/starlette/security/advisories/GHSA-f96h-pmfr-66vw

Fixes: CVE-2024-47874
This commit is contained in:
Martin Weinelt
2024-10-24 18:13:22 +02:00
parent cdeea95bc0
commit 000c1bad0d
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "starlette";
version = "0.39.2";
version = "0.40.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "encode";
repo = "starlette";
rev = "refs/tags/${version}";
hash = "sha256-sAvtqeyfyMf+xt78bqlaNYW9xYYCFkiW45OVlI9itgg=";
hash = "sha256-CBkDDsIw9LAIeAzN5E9gdEvznFugoa/RilPmnwcJBy4=";
};
build-system = [ hatchling ];