Merge pull request #304766 from GaetanLepage/testcontainers

python311Packages.testcontainers: 4.3.3 -> 4.4.0
This commit is contained in:
Leona Maroni 2024-04-23 11:27:08 +02:00 committed by GitHub
commit 79641887c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "testcontainers";
version = "4.3.3";
version = "4.4.0";
disabled = pythonOlder "3.9";
pyproject = true;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "testcontainers";
repo = "testcontainers-python";
rev = "refs/tags/testcontainers-v${version}";
hash = "sha256-qb7mOtL+YJI24DOBgrqxc817k4fD2kTOtUNF2X0qEIc=";
hash = "sha256-1iwbfArEjYxpEpMlmJ8rzVLXA8OSNT7ozkpTVTIL91U=";
};
postPatch = ''