From fb8e0844f605144d11e331f28b10a3321aea7b38 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 9 Sep 2025 15:26:41 +0200 Subject: [PATCH] python3Packages.testcontainers: 4.12.0 -> 4.13.0 Diff: https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.12.0...testcontainers-v4.13.0 Changelog: https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.13.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 9858b9081012..e0750a8217fc 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.12.0"; + version = "4.13.0"; pyproject = true; src = fetchFromGitHub { owner = "testcontainers"; repo = "testcontainers-python"; tag = "testcontainers-v${version}"; - hash = "sha256-y1fX2XQeEPNP1NZVYh0RazqA76BJC9doIalMsWS6MY8="; + hash = "sha256-BCtuSMYU0hZ8+CxQfykR2RK/XWwtvRVkxSeV+U3AITA="; }; postPatch = ''