From da38a801abc6bddff443a55da4465147f7dc03cc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:36 +0200 Subject: [PATCH] python3Packages.pytest-testinfra: 10.1.1 -> 10.2.2 https://github.com/pytest-dev/pytest-testinfra/releases/tag/10.2.2 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/pytest-testinfra/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-testinfra/default.nix b/pkgs/development/python-modules/pytest-testinfra/default.nix index 888233166693..9b9363b0c45a 100644 --- a/pkgs/development/python-modules/pytest-testinfra/default.nix +++ b/pkgs/development/python-modules/pytest-testinfra/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "pytest-testinfra"; - version = "10.1.1"; + version = "10.2.2"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-qHbxRToBtY2U2dk23VA0TCwBrHiAorQdFb3yM67Zzx8="; + hash = "sha256-U3/V64jaYYwfRhJIqiBZTPjURRLoUZsjmDfoOHXh6c0="; }; build-system = [ setuptools-scm ];