python3Packages.requests: 2.34.0 -> 2.34.2 (#527784)

This commit is contained in:
Martin Weinelt
2026-06-04 01:39:20 +00:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "requests";
version = "2.34.0";
version = "2.34.2";
pyproject = true;
src = fetchFromGitHub {
owner = "psf";
repo = "requests";
tag = "v${finalAttrs.version}";
hash = "sha256-DDx+UV3OuCLUXM7ESbURCGeZ7t2acFEfMTOMcJdfUbI=";
hash = "sha256-J2/sNpFUDHkNBeN7BfiMamv7YaWixZAZHxaqmPVEptc=";
};
build-system = [ setuptools ];