From d6bf96a1ea8f8567d38b8f34b8bab3bf8b0327ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:17:13 +0000 Subject: [PATCH] Update dependency playwright to v1.60.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/pyproject.toml | 2 +- python-examples/captcha-in-login/pyproject.toml | 2 +- python-examples/captcha-solving-basic/pyproject.toml | 2 +- python-examples/cdp-connection/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-nested/pyproject.toml | 2 +- python-examples/e-commerce-scrapingcourse/pyproject.toml | 2 +- python-examples/e-commerce-shopify/pyproject.toml | 2 +- python-examples/firecrawl/pyproject.toml | 2 +- python-examples/hybrid-automation/pyproject.toml | 2 +- python-examples/native-crawler/pyproject.toml | 2 +- python-examples/network-interception/pyproject.toml | 2 +- python-examples/playwright-basics/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/rpa-forms-example/pyproject.toml | 2 +- python-examples/scrapy/pyproject.toml | 2 +- python-examples/setup-hooks/pyproject.toml | 2 +- python-examples/stagehand/pyproject.toml | 2 +- python-examples/starter-auth/pyproject.toml | 2 +- python-examples/starter-crawl4ai/pyproject.toml | 2 +- python-examples/starter-network-interception/pyproject.toml | 2 +- python-examples/starter-rpa/pyproject.toml | 2 +- python-examples/starter-scrapy/pyproject.toml | 2 +- python-examples/starter-shopify/pyproject.toml | 2 +- python-examples/starter-stagehand/pyproject.toml | 2 +- python-examples/starter/pyproject.toml | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 048e6ab3..5fde66da 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "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 def23fb5..c2055389 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic[email]==2.10.6", diff --git a/python-examples/browser-sdk-showcase/pyproject.toml b/python-examples/browser-sdk-showcase/pyproject.toml index 80ebd56d..6dafd97d 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index a190871c..5c6bf332 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.60.0", "intuned-runtime==1.3.33", "browser-use==0.11.2", "intuned-browser==0.1.17", diff --git a/python-examples/bs4/pyproject.toml b/python-examples/bs4/pyproject.toml index 062bfabb..6d9a184e 100644 --- a/python-examples/bs4/pyproject.toml +++ b/python-examples/bs4/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "beautifulsoup4==4.14.3", diff --git a/python-examples/captcha-in-login/pyproject.toml b/python-examples/captcha-in-login/pyproject.toml index ef157043..e7a3ceb8 100644 --- a/python-examples/captcha-in-login/pyproject.toml +++ b/python-examples/captcha-in-login/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "captcha-solving", ] dependencies = [ - "playwright==1.56.0", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/captcha-solving-basic/pyproject.toml b/python-examples/captcha-solving-basic/pyproject.toml index 72eb32da..2728443c 100644 --- a/python-examples/captcha-solving-basic/pyproject.toml +++ b/python-examples/captcha-solving-basic/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "captcha-solving", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/cdp-connection/pyproject.toml b/python-examples/cdp-connection/pyproject.toml index 81701f63..44ae6f40 100644 --- a/python-examples/cdp-connection/pyproject.toml +++ b/python-examples/cdp-connection/pyproject.toml @@ -13,7 +13,7 @@ keywords = [ "Python", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "httpx==0.28.1", diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index 1e43f1da..0d324879 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "anthropic~=0.75.0", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index 3fe017a6..c5c66fa6 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "crawl4ai==0.8.6", diff --git a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml index 2043e610..c81ffe51 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic==2.10.6", diff --git a/python-examples/e-commerce-nested/pyproject.toml b/python-examples/e-commerce-nested/pyproject.toml index 84e1415a..97e46cc1 100644 --- a/python-examples/e-commerce-nested/pyproject.toml +++ b/python-examples/e-commerce-nested/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic>=2.12.5", diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index ef225098..8460cf4e 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic==2.10.6", diff --git a/python-examples/e-commerce-shopify/pyproject.toml b/python-examples/e-commerce-shopify/pyproject.toml index f3751ed3..e5b05450 100644 --- a/python-examples/e-commerce-shopify/pyproject.toml +++ b/python-examples/e-commerce-shopify/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index d407b7ee..19d71513 100644 --- a/python-examples/firecrawl/pyproject.toml +++ b/python-examples/firecrawl/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "crawl4ai", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "crawl4ai==0.8.6", diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index 409baaf0..843cdf83 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-automation/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "anthropic~=0.75.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index 151d79e2..3e0883af 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index c4a3ece3..43d08d9d 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic>=2.12.5", diff --git a/python-examples/playwright-basics/pyproject.toml b/python-examples/playwright-basics/pyproject.toml index 79aacc61..c8265f69 100644 --- a/python-examples/playwright-basics/pyproject.toml +++ b/python-examples/playwright-basics/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 79aacc61..c8265f69 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 17a12272..d1b29d06 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic[email]==2.10.6", diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 9c886931..cb8a0c03 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic[email]==2.10.6", diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index d530e848..640c941d 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "intuned-runtime-sdk-setup-context-hook", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "stagehand==3.5.0", "intuned-browser==0.1.17", diff --git a/python-examples/scrapy/pyproject.toml b/python-examples/scrapy/pyproject.toml index afe69a0d..86384bb4 100644 --- a/python-examples/scrapy/pyproject.toml +++ b/python-examples/scrapy/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic>=2.10.6", diff --git a/python-examples/setup-hooks/pyproject.toml b/python-examples/setup-hooks/pyproject.toml index fddc78e1..24ba5878 100644 --- a/python-examples/setup-hooks/pyproject.toml +++ b/python-examples/setup-hooks/pyproject.toml @@ -13,7 +13,7 @@ keywords = [ "Python", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic>=2.0.0", diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index d0cc11bf..6379fe77 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.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "anthropic~=0.75.0", diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index 17a12272..d1b29d06 100644 --- a/python-examples/starter-auth/pyproject.toml +++ b/python-examples/starter-auth/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "pydantic[email]==2.10.6", diff --git a/python-examples/starter-crawl4ai/pyproject.toml b/python-examples/starter-crawl4ai/pyproject.toml index 3fe017a6..c5c66fa6 100644 --- a/python-examples/starter-crawl4ai/pyproject.toml +++ b/python-examples/starter-crawl4ai/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "crawl4ai==0.8.6", diff --git a/python-examples/starter-network-interception/pyproject.toml b/python-examples/starter-network-interception/pyproject.toml index 7cbe6e6c..0f5c8b4d 100644 --- a/python-examples/starter-network-interception/pyproject.toml +++ b/python-examples/starter-network-interception/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "starter", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/starter-rpa/pyproject.toml b/python-examples/starter-rpa/pyproject.toml index 9b5d9d00..e6631b17 100644 --- a/python-examples/starter-rpa/pyproject.toml +++ b/python-examples/starter-rpa/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "starter", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/starter-scrapy/pyproject.toml b/python-examples/starter-scrapy/pyproject.toml index 8356c830..a4ab5d0f 100644 --- a/python-examples/starter-scrapy/pyproject.toml +++ b/python-examples/starter-scrapy/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "starter", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "scrapy>=2.13.4", diff --git a/python-examples/starter-shopify/pyproject.toml b/python-examples/starter-shopify/pyproject.toml index 3243d702..22a647cf 100644 --- a/python-examples/starter-shopify/pyproject.toml +++ b/python-examples/starter-shopify/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ "starter", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ] diff --git a/python-examples/starter-stagehand/pyproject.toml b/python-examples/starter-stagehand/pyproject.toml index 1041f64c..186ceffd 100644 --- a/python-examples/starter-stagehand/pyproject.toml +++ b/python-examples/starter-stagehand/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ "starter", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", "anthropic~=0.75.0", diff --git a/python-examples/starter/pyproject.toml b/python-examples/starter/pyproject.toml index 79aacc61..c8265f69 100644 --- a/python-examples/starter/pyproject.toml +++ b/python-examples/starter/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "intuned-browser-sdk", ] dependencies = [ - "playwright==1.56", + "playwright==1.60.0", "intuned-runtime==1.3.33", "intuned-browser==0.1.17", ]