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

Nick Cao effe8956 c3f4a5d8

Changed files
+2 -2
pkgs
development
python-modules
testcontainers
+2 -2
pkgs/development/python-modules/testcontainers/default.nix
···
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 = ''