python3Packages.pytest-httpx: 0.35.0 -> 0.36.0

https://github.com/Colin-b/pytest_httpx/blob/v0.36.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:06 +01:00
parent 50f82d320e
commit cc18b5cffe
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pytest-httpx";
version = "0.35.0";
version = "0.36.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Colin-b";
repo = "pytest_httpx";
tag = "v${version}";
hash = "sha256-O5nLkXmGmLRA7tUYYDQ/w9JSxoiaWSLdHIYGrBjkGPE=";
hash = "sha256-WuvfhLRKbfhVehyz/0PAUlIYbwfTYlQMRC8uTWD1T00=";
};
nativeBuildInputs = [