python3Packages.requests-hardened: 1.2.0 -> 1.2.2 (#514468)

This commit is contained in:
tomberek
2026-04-29 05:36:44 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
}:
buildPythonPackage rec {
pname = "requests-hardened";
version = "1.2.0";
version = "1.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "saleor";
repo = "requests-hardened";
tag = "v${version}";
hash = "sha256-J4xQY2W5upJQ3hrA2hjkw8voLpxNPpekNwmyMKKAVAo=";
hash = "sha256-tvSS3z1fhQdcxvsj5vK//mr5xYeIrLl+6/gtnWsiETk=";
};
build-system = [ poetry-core ];