lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.starlette: 0.46.2 -> 0.47.2

https://www.starlette.io/release-notes/#0472

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/starlette/default.nix
··· 28 28 29 29 buildPythonPackage rec { 30 30 pname = "starlette"; 31 - version = "0.46.2"; 31 + version = "0.47.2"; 32 32 pyproject = true; 33 33 34 34 disabled = pythonOlder "3.8"; ··· 37 37 owner = "encode"; 38 38 repo = "starlette"; 39 39 tag = version; 40 - hash = "sha256-K/0Y6plw+zbRKpzSLbEG6xb30e/Ou//4jddpUYdfs/k="; 40 + hash = "sha256-FseSZrLWuNaLro2iLMcfiCrbx2Gz8+aEmLaSk/+PgN4="; 41 41 }; 42 42 43 43 build-system = [ hatchling ];