about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-16 10:16:00 -0500
committerGitHub <noreply@github.com>2024-02-16 10:16:00 -0500
commit6c482f994a94d16b3e0c3dd11070c8b57031eca5 (patch)
tree0d805838fac6627aa67b4820ecc6ba3a2f502d2c /pkgs
parentbead2919614b207ae5db6f24feeedda1f6f9e273 (diff)
parentbd53b183aff3877d6b6528640732c05c945462a5 (diff)
Merge pull request #289267 from r-ryantm/auto-update/python311Packages.pytest-testinfra
python311Packages.pytest-testinfra: 10.0.0 -> 10.1.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytest-testinfra/default.nix4
1 files 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 bdf97e9c5c314..698b61ce058e2 100644
--- a/pkgs/development/python-modules/pytest-testinfra/default.nix
+++ b/pkgs/development/python-modules/pytest-testinfra/default.nix
@@ -13,12 +13,12 @@
 
 buildPythonPackage rec {
   pname = "pytest-testinfra";
-  version = "10.0.0";
+  version = "10.1.0";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-L7fQGFRYqbpmn/FNDdvsizkAxr3j+2+tmwlzdM5Kt30=";
+    hash = "sha256-93Qzm5R3Ws3zqMSjeTqOrS6N/HD/NLd4vhWquhQPoZ4=";
   };
 
   nativeBuildInputs = [