From c611afb8651eb69023e32ef083e834217b43e833 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 01:34:31 +0000 Subject: [PATCH] fix(deps): update dependency playwright to ==1.62.* (#369) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 35 ++++++++++++++++++----------------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c200a1..427d8a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" dependencies = [ "fastapi[standard]==0.141.*", "invisible-playwright>=0.6.1", - "playwright==1.60.*", + "playwright==1.62.*", "playwright-captcha==0.1.*", "pydantic==2.*", "pydantic-settings==2.*", diff --git a/uv.lock b/uv.lock index 8cd48ce..1af5938 100644 --- a/uv.lock +++ b/uv.lock @@ -96,7 +96,7 @@ test = [ requires-dist = [ { name = "fastapi", extras = ["standard"], specifier = "==0.141.*" }, { name = "invisible-playwright", specifier = ">=0.6.1" }, - { name = "playwright", specifier = "==1.60.*" }, + { name = "playwright", specifier = "==1.62.*" }, { name = "playwright-captcha", specifier = "==0.1.*" }, { name = "pydantic", specifier = "==2.*" }, { name = "pydantic-settings", specifier = "==2.*" }, @@ -570,7 +570,7 @@ wheels = [ [[package]] name = "invisible-core" -version = "20.15.0" +version = "20.16.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "maxminddb" }, @@ -579,23 +579,24 @@ dependencies = [ { name = "requests", extra = ["socks"] }, { name = "tzdata" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/93/81/e0d4162eed84f8787d36f7afea00ce18aef9b577d6eab318970d7b5b89a9/invisible_core-20.15.0.tar.gz", hash = "sha256:a0bde9dedf93a64942e54bf5211e7995dddacb7e94cb6a80635177288bc525c2", size = 403887, upload-time = "2026-08-18T01:18:49.678Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e2/2e/8d6398c901ade1494807f0ce0a44f179d58744b57053554978d8b1584704/invisible_core-20.16.0.tar.gz", hash = "sha256:042b555f77bc4e87637930360492dc7c73f3e8ec0c5d05da3d180dff9c73254e", size = 439290, upload-time = "2026-08-26T12:51:48.662Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/25/84/3c907780f400f6a93c058b7e318f1037dc693db81a2ab180ca21ebee4ecd/invisible_core-20.15.0-py3-none-any.whl", hash = "sha256:7a0eb046f16349e1537174791fc3ee911b4cd9c0db1f61c97f1b247a2f9efa29", size = 215975, upload-time = "2026-08-18T01:18:48.626Z" }, + { url = "https://files.pythonhosted.org/packages/bc/39/8f8f8455bd78b72a0edbc18f8c2155fa787e795e60ef0b7d1aeff287f3d9/invisible_core-20.16.0-py3-none-any.whl", hash = "sha256:b897ca335921e762871f89c7340c823b963e25326caa2e5ff07324ae4d3b590b", size = 238740, upload-time = "2026-08-26T12:51:47.512Z" }, ] [[package]] name = "invisible-playwright" -version = "0.7.2" +version = "0.7.3" source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "greenlet" }, { name = "invisible-core" }, - { name = "playwright" }, { name = "psutil" }, + { name = "pyee" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a5/41/65930c670b1d319bec9a7147b9b91d67562f3c1b127430a39edb423af198/invisible_playwright-0.7.2.tar.gz", hash = "sha256:3f1a19baf62fff6e9a1bf0b35ebe49588f3c1257680ebb33cfa948f1152787a4", size = 435873, upload-time = "2026-08-18T08:48:49.312Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e8/d4/43101ac5d04b9a0bf9eadafb09fb0c895081e9076d95c6e3ccb9dc48b885/invisible_playwright-0.7.3.tar.gz", hash = "sha256:08c128ed11a721778663cf3f62f3e30d3702e6817ce59f7629dd77e8f2820090", size = 1965807, upload-time = "2026-08-26T14:58:18.4Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a0/48/e92367f0dea8250e1369121aa980e9112d0e024e573ad542582dbaeba651/invisible_playwright-0.7.2-py3-none-any.whl", hash = "sha256:69f7b1caac5bfc2aace9d3823309a55eb9691771d067166ea72ab4608b18f1b5", size = 97682, upload-time = "2026-08-18T08:48:47.83Z" }, + { url = "https://files.pythonhosted.org/packages/59/67/d46b834d75ada8c479bcd1d2fe41783eed9b5da84eaca16666c7bd77201c/invisible_playwright-0.7.3-py3-none-any.whl", hash = "sha256:2f0db5dcc18ba30f99dd3f8966af4c209fdbc7c9396a58ad0013e10af5fb1420", size = 1682912, upload-time = "2026-08-26T14:58:16.355Z" }, ] [[package]] @@ -786,21 +787,21 @@ wheels = [ [[package]] name = "playwright" -version = "1.60.0" +version = "1.62.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "greenlet" }, { name = "pyee" }, ] wheels = [ - { url = "https://files.pythonhosted.org/packages/21/f0/832bd9677194908da118064eef20082f2791e3d18215cc6d9391ee2c5a67/playwright-1.60.0-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:6a8cd0fec171fb3089e95e898c8bc8a6f35dea0b78b399e12fcc19427e91b1d7", size = 43474635, upload-time = "2026-05-18T12:00:31.969Z" }, - { url = "https://files.pythonhosted.org/packages/59/7b/e1d32ae8a3ed937ec2be3721c5f728b13d731a0b7c6442e0b3bec5094ac0/playwright-1.60.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:39b5420ba6145045b69ced4c5c47d4d9fe5bddfc8ff816c518913afcb25ec7a5", size = 42261327, upload-time = "2026-05-18T12:00:35.638Z" }, - { url = "https://files.pythonhosted.org/packages/d7/bc/23de499ded6411c188a20c5a0dea6f0cd4ed5d2b3cc6042a5dbd3ed609aa/playwright-1.60.0-py3-none-macosx_11_0_universal2.whl", hash = "sha256:2581d0e6a3392c71f91b27460c7fd093356818dc430f48153896c8aeeaef7705", size = 43474636, upload-time = "2026-05-18T12:00:39.294Z" }, - { url = "https://files.pythonhosted.org/packages/22/7b/1d679f4fced4ea94efadd17103856d8c565384f68382a1681264e46f5925/playwright-1.60.0-py3-none-manylinux1_x86_64.whl", hash = "sha256:1c2bfae7884fb3fb05b853290eab8f343d524e5016f2f1def702acbbdf14c93e", size = 47467220, upload-time = "2026-05-18T12:00:43.179Z" }, - { url = "https://files.pythonhosted.org/packages/84/c2/1528d267d4442bd2c6b8eaeab819dd52c2030bf80e89293f0ba1f687473b/playwright-1.60.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:43e66564125ee31b07a58cefb21e256d62d67d8d1713e6858df7a3019d8ed353", size = 47154856, upload-time = "2026-05-18T12:00:46.715Z" }, - { url = "https://files.pythonhosted.org/packages/bb/4e/b008b6440a7a1624378041da94829956d4b8f7ab9ef5aad22d0dc3f2e26d/playwright-1.60.0-py3-none-win32.whl", hash = "sha256:ec94e416ea320711e0ad4bf185dcbf41833672961e90773e1885255d7db7b7e7", size = 37902157, upload-time = "2026-05-18T12:00:50.374Z" }, - { url = "https://files.pythonhosted.org/packages/55/f0/0541524133104f9cc20bf900870ff4a736b76a23483f3a55295ddfa58409/playwright-1.60.0-py3-none-win_amd64.whl", hash = "sha256:9566821ce6030a1f9e7146a24e19355ab0d98805fd0f9be50bb3d8fef1750c02", size = 37902159, upload-time = "2026-05-18T12:00:53.728Z" }, - { url = "https://files.pythonhosted.org/packages/80/c8/210f282d278e4709cdd71b12a31af45a30a22ab3207b387e29b37e478713/playwright-1.60.0-py3-none-win_arm64.whl", hash = "sha256:6e4f6700a4c2250efff8e690a81d66e3855754fb587b6b87cf5c784014f91537", size = 34037981, upload-time = "2026-05-18T12:00:57.584Z" }, + { url = "https://files.pythonhosted.org/packages/6c/5b/ca2abcf3aa69f9fb510215e3064f30b57fe57657c8d04ede45bb966d5606/playwright-1.62.0-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:d8da938f3748841a8754f2e1f0216902c1c8f8ae3720de8b32ccf8e6913a7c4f", size = 43732091, upload-time = "2026-07-31T17:00:44.178Z" }, + { url = "https://files.pythonhosted.org/packages/af/1a/0bfbe9904350961f4dbb713f04342e40d548c5fc26c8157bd13617c81492/playwright-1.62.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:db755ab27db21a04186f1fe8169888e42356086e439b1059b923ef417f0b6034", size = 42510842, upload-time = "2026-07-31T17:00:48.596Z" }, + { url = "https://files.pythonhosted.org/packages/66/dc/c0486b407ad0699a250f6bbe3066fca95344009a99ca66e88ca175c69dc1/playwright-1.62.0-py3-none-macosx_11_0_universal2.whl", hash = "sha256:5108bd5b3e87169ddf269feee097da5893af7f8aea4634dfc840518d64c1f1da", size = 43732093, upload-time = "2026-07-31T17:00:52.218Z" }, + { url = "https://files.pythonhosted.org/packages/43/6b/b24aebc2b04bffcb342bccf96e287c78b363e1615bed5cea97500cc0393a/playwright-1.62.0-py3-none-manylinux1_x86_64.whl", hash = "sha256:ba33bae6a13b3d9d354c751cb618af357d20fe1d57767cbcce52079bbef17ad3", size = 47748926, upload-time = "2026-07-31T17:00:56.438Z" }, + { url = "https://files.pythonhosted.org/packages/36/43/b4b18bdc87e1949568fffdcde3ff9a0456266b2d0c6d4432cc34d89ea6eb/playwright-1.62.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:db2d76613a57ad844362ce42f7d0c2fa26b19a4f7a46d4f76b891c631e6e5aff", size = 47441423, upload-time = "2026-07-31T17:01:00.404Z" }, + { url = "https://files.pythonhosted.org/packages/81/22/af5d926fc2c32a339eec00a443644bc40ab9db1dd2dd9017873c59773c0c/playwright-1.62.0-py3-none-win32.whl", hash = "sha256:e5614fa89355d7081457680324bb219f79f69c423c5cb6fa250e30b0d8aebf1c", size = 38164450, upload-time = "2026-07-31T17:01:04.187Z" }, + { url = "https://files.pythonhosted.org/packages/2b/a9/4160c1033c07af98bf841ad079457dd78408a5ee0dd56cbfe50b8b6a1c22/playwright-1.62.0-py3-none-win_amd64.whl", hash = "sha256:92c0d98ed04eb35af557b709875edba415b1f548bdb22ddb5bb3e1e6c835c2f1", size = 38164458, upload-time = "2026-07-31T17:01:08.459Z" }, + { url = "https://files.pythonhosted.org/packages/6c/ec/06b55d619a7082a766aa04f2c6bb31435c87f02930087d8a0517119408fa/playwright-1.62.0-py3-none-win_arm64.whl", hash = "sha256:ea8d3055aa9d5a9f1832ac82517bd8b42c78fac7ebcbebb0107116735c8cb6a1", size = 34208868, upload-time = "2026-07-31T17:01:11.818Z" }, ] [[package]]