python3Packages.testcontainers: 4.10.0 -> 4.12.0 (#427405)

authored by Nick Cao and committed by GitHub effe8956 c3f4a5d8

+2 -2
+2 -2
pkgs/development/python-modules/testcontainers/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "testcontainers"; 19 - version = "4.10.0"; 19 + version = "4.12.0"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "testcontainers"; 24 24 repo = "testcontainers-python"; 25 25 tag = "testcontainers-v${version}"; 26 - hash = "sha256-0Pd0GxG6Qh6qMJQSMRBaoE4dqFdWewNtdHf6te5vCeE="; 26 + hash = "sha256-y1fX2XQeEPNP1NZVYh0RazqA76BJC9doIalMsWS6MY8="; 27 27 }; 28 28 29 29 postPatch = ''