From afa539d32e6c28ba78086d4b19f1e0e50b3a2ce2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:56:42 +0000 Subject: [PATCH] Update dependency playwright to v1.57.0 --- python-examples/auth-with-email-otp/pyproject.toml | 2 +- python-examples/auth-with-secret-otp/pyproject.toml | 2 +- python-examples/browser-sdk-showcase/pyproject.toml | 2 +- python-examples/browser-use/pyproject.toml | 2 +- python-examples/bs4-example/pyproject.toml | 2 +- python-examples/captcha-solving-auth-example/pyproject.toml | 2 +- python-examples/captcha-solving-basic-example/pyproject.toml | 2 +- python-examples/computer-use/pyproject.toml | 2 +- python-examples/crawl4ai/pyproject.toml | 2 +- python-examples/e-commerce-auth-scrapingcourse/pyproject.toml | 2 +- python-examples/e-commerce-scrapingcourse/pyproject.toml | 2 +- python-examples/e-commerece-category/pyproject.toml | 2 +- python-examples/e-commerece-shopify/pyproject.toml | 2 +- python-examples/ehr-integration-python/pyproject.toml | 2 +- python-examples/empty-auth/pyproject.toml | 2 +- python-examples/empty/pyproject.toml | 2 +- python-examples/hyprid-automation/pyproject.toml | 2 +- python-examples/native-crawler/pyproject.toml | 2 +- python-examples/network-interception/pyproject.toml | 2 +- python-examples/playwright-python/pyproject.toml | 2 +- python-examples/quick-recipes/pyproject.toml | 2 +- python-examples/rpa-auth-example/pyproject.toml | 2 +- python-examples/rpa-example/pyproject.toml | 2 +- python-examples/scrapy-example/pyproject.toml | 2 +- python-examples/simple-firecrawl/pyproject.toml | 2 +- python-examples/stagehand/pyproject.toml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 3122ecc7..d0242c29 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "intuned-auth-sessions-credentials" ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", diff --git a/python-examples/auth-with-secret-otp/pyproject.toml b/python-examples/auth-with-secret-otp/pyproject.toml index e6490723..eee207f3 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", diff --git a/python-examples/browser-sdk-showcase/pyproject.toml b/python-examples/browser-sdk-showcase/pyproject.toml index d1df39c7..05045e17 100644 --- a/python-examples/browser-sdk-showcase/pyproject.toml +++ b/python-examples/browser-sdk-showcase/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index 909bf184..b31bcbb9 100644 --- a/python-examples/browser-use/pyproject.toml +++ b/python-examples/browser-use/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "browser-use==0.11.2", "intuned-browser==0.1.11", diff --git a/python-examples/bs4-example/pyproject.toml b/python-examples/bs4-example/pyproject.toml index 5ffc5803..e80c6468 100644 --- a/python-examples/bs4-example/pyproject.toml +++ b/python-examples/bs4-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "beautifulsoup4==4.14.3", diff --git a/python-examples/captcha-solving-auth-example/pyproject.toml b/python-examples/captcha-solving-auth-example/pyproject.toml index b76f6167..ba63eb22 100644 --- a/python-examples/captcha-solving-auth-example/pyproject.toml +++ b/python-examples/captcha-solving-auth-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "captcha-solving", ] dependencies = [ - "playwright==1.56.0", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/captcha-solving-basic-example/pyproject.toml b/python-examples/captcha-solving-basic-example/pyproject.toml index 658c4223..d9110537 100644 --- a/python-examples/captcha-solving-basic-example/pyproject.toml +++ b/python-examples/captcha-solving-basic-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "captcha-solving", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14" ] diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index f222ed75..a647279f 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "anthropic~=0.75.0", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index ff3e68ca..9ad5e9fb 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", diff --git a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml index f7f07a3d..c5d266be 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic==2.10.6", diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index 6392b0cc..d410f1a4 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic==2.10.6", diff --git a/python-examples/e-commerece-category/pyproject.toml b/python-examples/e-commerece-category/pyproject.toml index 3f258c13..c807dfcd 100644 --- a/python-examples/e-commerece-category/pyproject.toml +++ b/python-examples/e-commerece-category/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic>=2.12.5", diff --git a/python-examples/e-commerece-shopify/pyproject.toml b/python-examples/e-commerece-shopify/pyproject.toml index 663e909f..6625da6e 100644 --- a/python-examples/e-commerece-shopify/pyproject.toml +++ b/python-examples/e-commerece-shopify/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/ehr-integration-python/pyproject.toml b/python-examples/ehr-integration-python/pyproject.toml index 8f9b9d12..fd25560f 100644 --- a/python-examples/ehr-integration-python/pyproject.toml +++ b/python-examples/ehr-integration-python/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/empty-auth/pyproject.toml b/python-examples/empty-auth/pyproject.toml index 69f4e381..6d083807 100644 --- a/python-examples/empty-auth/pyproject.toml +++ b/python-examples/empty-auth/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", diff --git a/python-examples/empty/pyproject.toml b/python-examples/empty/pyproject.toml index 8f9b9d12..fd25560f 100644 --- a/python-examples/empty/pyproject.toml +++ b/python-examples/empty/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/hyprid-automation/pyproject.toml b/python-examples/hyprid-automation/pyproject.toml index 698dcd25..93f3f02c 100644 --- a/python-examples/hyprid-automation/pyproject.toml +++ b/python-examples/hyprid-automation/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "anthropic~=0.75.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index d3e5f4b0..0ca63c3c 100644 --- a/python-examples/native-crawler/pyproject.toml +++ b/python-examples/native-crawler/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index d79a1c11..ed99d869 100644 --- a/python-examples/network-interception/pyproject.toml +++ b/python-examples/network-interception/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic>=2.12.5", diff --git a/python-examples/playwright-python/pyproject.toml b/python-examples/playwright-python/pyproject.toml index 8f9b9d12..fd25560f 100644 --- a/python-examples/playwright-python/pyproject.toml +++ b/python-examples/playwright-python/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 8f9b9d12..fd25560f 100644 --- a/python-examples/quick-recipes/pyproject.toml +++ b/python-examples/quick-recipes/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", ] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 436c1f67..e12abc60 100644 --- a/python-examples/rpa-auth-example/pyproject.toml +++ b/python-examples/rpa-auth-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 3ae16405..0f078faf 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", diff --git a/python-examples/scrapy-example/pyproject.toml b/python-examples/scrapy-example/pyproject.toml index af1759a1..7591cdcc 100644 --- a/python-examples/scrapy-example/pyproject.toml +++ b/python-examples/scrapy-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "pydantic>=2.10.6", diff --git a/python-examples/simple-firecrawl/pyproject.toml b/python-examples/simple-firecrawl/pyproject.toml index 734b2b43..efdf2753 100644 --- a/python-examples/simple-firecrawl/pyproject.toml +++ b/python-examples/simple-firecrawl/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "crawl4ai", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 0be499c9..edef6a1c 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.57.0", "intuned-runtime==1.3.14", "intuned-browser==0.1.11", "anthropic~=0.75.0",