From 310c43aba3f33646da4d8ecf8516b1c2ba9f5278 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 22 Jul 2025 11:53:25 +0200 Subject: [PATCH] python3Packages.testcontainers: 4.10.0 -> 4.12.0 Diff: https://github.com/testcontainers/testcontainers-python/compare/refs/tags/testcontainers-v4.10.0...testcontainers-v4.12.0 Changelog: https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.12.0 --- pkgs/development/python-modules/testcontainers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/testcontainers/default.nix b/pkgs/development/python-modules/testcontainers/default.nix index 0d7f1ea955c7..9858b9081012 100644 --- a/pkgs/development/python-modules/testcontainers/default.nix +++ b/pkgs/development/python-modules/testcontainers/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "testcontainers"; - version = "4.10.0"; + version = "4.12.0"; pyproject = true; src = fetchFromGitHub { owner = "testcontainers"; repo = "testcontainers-python"; tag = "testcontainers-v${version}"; - hash = "sha256-0Pd0GxG6Qh6qMJQSMRBaoE4dqFdWewNtdHf6te5vCeE="; + hash = "sha256-y1fX2XQeEPNP1NZVYh0RazqA76BJC9doIalMsWS6MY8="; }; postPatch = ''