diff --git a/poetry.lock b/poetry.lock index 2bd73a4..895d52b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2224,14 +2224,14 @@ black = ["black (>=25.9.0)"] [[package]] name = "playwrightcapture" -version = "1.40.1" +version = "1.40.2" description = "A simple library to capture websites using playwright" optional = false python-versions = "<3.15,>=3.10" groups = ["main"] files = [ - {file = "playwrightcapture-1.40.1-py3-none-any.whl", hash = "sha256:beea33b3ebb3bd30990cd2379cb4abdb40c45b78c3fc5376fd9fe3a23e12146b"}, - {file = "playwrightcapture-1.40.1.tar.gz", hash = "sha256:7f0db89037830996117e68e3ac6dc909e9716814f97199310611f37f6dbff36c"}, + {file = "playwrightcapture-1.40.2-py3-none-any.whl", hash = "sha256:3b6f0079a4308e24964eb8df7debdc5b5c4e0eb17b3c17d1226c1b1da00f62c2"}, + {file = "playwrightcapture-1.40.2.tar.gz", hash = "sha256:02e6ce34b1b37ba5031a831a7833f467445f7851c887386d6a63f87ba0818c36"}, ] [package.dependencies] @@ -3986,4 +3986,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "ccecbed623fa197d285effb7135ca0e98769737066e43122c7ede3f0856bd7f3" +content-hash = "d805f23301de1eca8ec0009f33007f38970a86deb30c4c88a1f601bd288ac9e9" diff --git a/pyproject.toml b/pyproject.toml index 5801ee5..24b4747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.10,<3.15" dynamic = [ "classifiers" ] dependencies = [ - "playwrightcapture[recaptcha] (>=1.40.1)", + "playwrightcapture[recaptcha] (>=1.40.2)", "redis[hiredis] (>=5.3.0,<6.0.0)", "dnspython (>=2.8.0)", "async-timeout (>=5.0.1) ; python_version < \"3.11\"",