From 350dde32bb39054cd1da64acc38eba7e0b6f4fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:46:31 +0000 Subject: [PATCH] deps: bump the python-minor-and-patch group across 1 directory with 8 updates Bumps the python-minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.13.4` | | [playwright](https://github.com/microsoft/playwright-python) | `1.48.0` | `1.60.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.15.0` | | [tenacity](https://github.com/jd/tenacity) | `9.0.0` | `9.1.4` | | [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` | | [google-auth](https://github.com/googleapis/google-cloud-python) | `2.35.0` | `2.54.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.149.0` | `2.197.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.2` | Updates `pydantic` from 2.9.2 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.13.4) Updates `playwright` from 1.48.0 to 1.60.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.48.0...v1.60.0) Updates `beautifulsoup4` from 4.12.3 to 4.15.0 Updates `tenacity` from 9.0.0 to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/9.0.0...9.1.4) Updates `httpx` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.2...0.28.1) Updates `google-auth` from 2.35.0 to 2.54.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-pubsub-v2.35.0...google-auth-v2.54.0) Updates `google-api-python-client` from 2.149.0 to 2.197.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.149.0...v2.197.0) Updates `python-dotenv` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.2) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: google-api-python-client dependency-version: 2.194.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: google-auth dependency-version: 2.49.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: playwright dependency-version: 1.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- worker/requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 94459d2..c448709 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -7,7 +7,7 @@ httpx>=0.27.0,<1.0 python-multipart>=0.0.12 python-jose[cryptography]>=3.3.0,<4.0 openai>=1.54.0,<2.0 -python-dotenv>=1.0.0,<2.0 +python-dotenv>=1.2.2,<2.0 slowapi>=0.1.9,<1.0 stripe>=8.0.0,<10.0 PyPDF2>=3.0.0,<4.0 diff --git a/worker/requirements.txt b/worker/requirements.txt index 1664900..cf164bd 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -1,14 +1,14 @@ -playwright==1.48.0 +playwright==1.60.0 openai==1.54.3 -pydantic==2.9.2 -httpx==0.27.2 -python-dotenv==1.0.1 -beautifulsoup4==4.12.3 +pydantic==2.13.4 +httpx==0.28.1 +python-dotenv==1.2.2 +beautifulsoup4==4.15.0 lxml==5.3.0 -tenacity==9.0.0 +tenacity==9.1.4 structlog==24.4.0 pytest==8.3.3 pytest-asyncio==0.24.0 supabase>=2.13.0,<3.0.0 -google-api-python-client==2.149.0 -google-auth==2.35.0 +google-api-python-client==2.197.0 +google-auth==2.54.0