python3Packages.webtest: 3.0.6 -> 3.0.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:49 +01:00
parent b1c282ea4c
commit b0cccbc813
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "webtest";
version = "3.0.6";
version = "3.0.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Qlb9UkJEj1bFdby5r+J14wWm8HI8SwFDjb3U3VNElEs=";
hash = "sha256-euq1D5cNRsBo56Nt0WLLJCWR7fcqHQTv0hN0dyuTF0E=";
};
build-system = [ setuptools ];