python3Packages.starlette: 0.41.2 -> 0.45.2

https://www.starlette.io/release-notes/#0452
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:31 +01:00
parent 1824edf463
commit 15f3998f36
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "starlette";
version = "0.41.2";
version = "0.45.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "encode";
repo = "starlette";
tag = version;
hash = "sha256-ZNB4OxzJHlsOie3URbUnZywJbqOZIvzxS/aq7YImdQ0=";
hash = "sha256-c4PAFrsp/KZMwUyvU6sgIyVKzoKM5zrt3is/SAQX3oM=";
};
build-system = [ hatchling ];