python3Packages.pytest-ansible: 25.5.0 -> 25.6.3

https://github.com/ansible-community/pytest-ansible/releases/tag/v25.6.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:44 +02:00
parent 01e2ef9368
commit eb22a2f194
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pytest-ansible";
version = "25.5.0";
version = "25.6.3";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ansible";
repo = "pytest-ansible";
tag = "v${version}";
hash = "sha256-k6JFaB5VbUCwknN8SkNotdPRvSvW1tFmTx5p3hGfesg=";
hash = "sha256-NOvVzZCqbPbzbDgrs94qgS82c+8U+ysyH/LdQRsawt4=";
};
postPatch = ''