Unverified Commit 035f383d authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.testcontainers: 4.12.0 -> 4.13.0 (#441462)

parents e97ee42c fb8e0844
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "testcontainers";
  version = "4.12.0";
  version = "4.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "testcontainers";
    repo = "testcontainers-python";
    tag = "testcontainers-v${version}";
    hash = "sha256-y1fX2XQeEPNP1NZVYh0RazqA76BJC9doIalMsWS6MY8=";
    hash = "sha256-BCtuSMYU0hZ8+CxQfykR2RK/XWwtvRVkxSeV+U3AITA=";
  };

  postPatch = ''