From 9593b8ee3e65e74bccef399eaa4fdde5fa7bbe6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:56:23 +0000 Subject: [PATCH] Update dependency intuned-runtime to v1.3.15 --- 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-example/pyproject.toml | 2 +- python-examples/scrapy-example/pyproject.toml | 2 +- python-examples/simple-firecrawl/pyproject.toml | 2 +- python-examples/stagehand/pyproject.toml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 3122ecc7..315f32a9 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", "resend>=2.0.0", diff --git a/python-examples/auth-with-secret-otp/pyproject.toml b/python-examples/auth-with-secret-otp/pyproject.toml index e6490723..a7423467 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "pydantic[email]==2.10.6", "pyotp==2.9.0", diff --git a/python-examples/browser-sdk-showcase/pyproject.toml b/python-examples/browser-sdk-showcase/pyproject.toml index d1df39c7..a578c800 100644 --- a/python-examples/browser-sdk-showcase/pyproject.toml +++ b/python-examples/browser-sdk-showcase/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", ] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index 909bf184..6bb526af 100644 --- a/python-examples/browser-use/pyproject.toml +++ b/python-examples/browser-use/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..489833a1 100644 --- a/python-examples/bs4-example/pyproject.toml +++ b/python-examples/bs4-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "beautifulsoup4==4.14.3", "pydantic>=2.12.5", diff --git a/python-examples/captcha-solving-auth-example/pyproject.toml b/python-examples/captcha-solving-auth-example/pyproject.toml index b76f6167..c544937c 100644 --- a/python-examples/captcha-solving-auth-example/pyproject.toml +++ b/python-examples/captcha-solving-auth-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56.0", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..2c1945c3 100644 --- a/python-examples/captcha-solving-basic-example/pyproject.toml +++ b/python-examples/captcha-solving-basic-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14" + "intuned-runtime==1.3.15" ] [tool.uv] diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index f222ed75..38a4d4bb 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "anthropic~=0.75.0", "python-dateutil~=2.9.0", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index ff3e68ca..c5f907d2 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..2b8aa31d 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..003bbb5c 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..6c833c70 100644 --- a/python-examples/e-commerece-category/pyproject.toml +++ b/python-examples/e-commerece-category/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..ed249a1a 100644 --- a/python-examples/e-commerece-shopify/pyproject.toml +++ b/python-examples/e-commerece-shopify/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..35b79b6d 100644 --- a/python-examples/ehr-integration-python/pyproject.toml +++ b/python-examples/ehr-integration-python/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", ] diff --git a/python-examples/empty-auth/pyproject.toml b/python-examples/empty-auth/pyproject.toml index 69f4e381..436c1f67 100644 --- a/python-examples/empty-auth/pyproject.toml +++ b/python-examples/empty-auth/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..35b79b6d 100644 --- a/python-examples/empty/pyproject.toml +++ b/python-examples/empty/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", ] diff --git a/python-examples/hyprid-automation/pyproject.toml b/python-examples/hyprid-automation/pyproject.toml index 698dcd25..fc03a653 100644 --- a/python-examples/hyprid-automation/pyproject.toml +++ b/python-examples/hyprid-automation/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "anthropic~=0.75.0", "openai~=1.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index d3e5f4b0..5fced023 100644 --- a/python-examples/native-crawler/pyproject.toml +++ b/python-examples/native-crawler/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", ] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index d79a1c11..6aee24a0 100644 --- a/python-examples/network-interception/pyproject.toml +++ b/python-examples/network-interception/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..35b79b6d 100644 --- a/python-examples/playwright-python/pyproject.toml +++ b/python-examples/playwright-python/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", ] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 8f9b9d12..35b79b6d 100644 --- a/python-examples/quick-recipes/pyproject.toml +++ b/python-examples/quick-recipes/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", ] diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 3ae16405..670cdfba 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "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..4d1455e1 100644 --- a/python-examples/scrapy-example/pyproject.toml +++ b/python-examples/scrapy-example/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "pydantic>=2.10.6", "scrapy>=2.13.4", diff --git a/python-examples/simple-firecrawl/pyproject.toml b/python-examples/simple-firecrawl/pyproject.toml index 734b2b43..cdc03182 100644 --- a/python-examples/simple-firecrawl/pyproject.toml +++ b/python-examples/simple-firecrawl/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", "pytz>=2024.1", diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 0be499c9..e8222fa8 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.56", - "intuned-runtime==1.3.14", + "intuned-runtime==1.3.15", "intuned-browser==0.1.11", "anthropic~=0.75.0", "python-dateutil~=2.9.0",