python3Packages.requests: 2.32.5 -> 2.33.1 (#507299)

This commit is contained in:
Martin Weinelt
2026-04-06 16:06:15 +00:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "requests";
version = "2.32.5";
version = "2.33.1";
pyproject = true;
__darwinAllowLocalNetworking = true;
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "psf";
repo = "requests";
tag = "v${version}";
hash = "sha256-cEBalMFoYFaGG8M48k+OEBvzLegzrTNP1NxH2ljP6qg=";
hash = "sha256-cQnCTMmpdkvWwt7RFAIhAfmhVwGVn0Y8Z5Tr6lzDmS8=";
};
build-system = [ setuptools ];