Unverified Commit eb4c1919 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #301051 from GaetanLepage/testcontainers

python311Packages.testcontainers: 4.3.0 -> 4.3.1
parents 8ab314db fe446431
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''