python311Packages.testcontainers: 4.3.0 -> 4.3.1

Changelog:
https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.3.1
This commit is contained in:
Gaetan Lepage 2024-04-02 22:49:17 +02:00
parent e976fa8f49
commit fe44643130

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "testcontainers";
version = "4.3.0";
version = "4.3.1";
disabled = pythonOlder "3.9";
pyproject = true;
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "testcontainers";
repo = "testcontainers-python";
rev = "refs/tags/testcontainers-v${version}";
hash = "sha256-eCoGMfd4gNuPY1rRRK5LH2BI236ZiZ0igTZDALuHevk=";
hash = "sha256-pS5YEcHDHpTIWLD4vMPWL4r86DOI+47jN7cTwhDeXHE=";
};
postPatch = ''