From eda0d06c90e8c0fa5f5f56218dc2e9298a90815f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:19:46 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [google-cloud-storage](https://github.com/googleapis/google-cloud-python), [pandas](https://github.com/pandas-dev/pandas), [requests](https://github.com/psf/requests) and [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `google-cloud-storage` from 3.8.0 to 3.11.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-kms-v3.8.0...google-cloud-storage-v3.11.0) Updates `pandas` from 3.0.0 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.0...v3.0.3) Updates `requests` from 2.32.5 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.34.2) Updates `python-dotenv` from 1.2.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.2.1...v1.2.2) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2f280f0..c80885d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -google-cloud-storage==3.8.0 -pandas==3.0.0 +google-cloud-storage==3.11.0 +pandas==3.0.3 openpyxl==3.1.5 -requests==2.32.5 -python-dotenv==1.2.1 \ No newline at end of file +requests==2.34.2 +python-dotenv==1.2.2 \ No newline at end of file