Commit 683a9ffa authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.playwrightcapture: 1.28.6 -> 1.29.0

parent 398ebeaf
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  beautifulsoup4,
  buildPythonPackage,
  dateparser,
  dnspython,
  fetchFromGitHub,
  playwright-stealth,
  playwright,
@@ -22,7 +23,7 @@

buildPythonPackage rec {
  pname = "playwrightcapture";
  version = "1.28.6";
  version = "1.29.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -31,7 +32,7 @@ buildPythonPackage rec {
    owner = "Lookyloo";
    repo = "PlaywrightCapture";
    tag = "v${version}";
    hash = "sha256-f1XCNDc2oNJ/EM8S12nCSYtQh7nUi4UROEzTuOH41Ds=";
    hash = "sha256-p2EprahxHqq4jL7bdnq1+BK3IPea5tZLu/X4N+kZLSY=";
  };

  pythonRelaxDeps = [
@@ -50,6 +51,7 @@ buildPythonPackage rec {
    aiohttp-socks
    beautifulsoup4
    dateparser
    dnspython
    playwright
    playwright-stealth
    puremagic