From c5d9253f20e9fe4257c16e99058849f117c89bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:54:44 +0000 Subject: [PATCH] chore(deps): Bump the python-dependencies group across 1 directory with 7 updates Bumps the python-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.35.1` | `3.36.0` | | [bigframes](https://github.com/googleapis/python-bigquery-dataframes) | `2.13.0` | `2.16.0` | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.1` | `2.3.2` | | [pandera](https://github.com/pandera-dev/pandera) | `0.25.0` | `0.26.0` | | [web3](https://github.com/ethereum/web3.py) | `7.12.1` | `7.13.0` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.7` | `0.12.10` | Updates `google-cloud-bigquery` from 3.35.1 to 3.36.0 - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery/compare/v3.35.1...v3.36.0) Updates `bigframes` from 2.13.0 to 2.16.0 - [Release notes](https://github.com/googleapis/python-bigquery-dataframes/releases) - [Changelog](https://github.com/googleapis/python-bigquery-dataframes/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.13.0...v2.16.0) Updates `pandas` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.1...v2.3.2) Updates `pandera` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](https://github.com/pandera-dev/pandera/compare/v0.25.0...v0.26.0) Updates `web3` from 7.12.1 to 7.13.0 - [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v7.12.1...v7.13.0) Updates `requests` from 2.32.4 to 2.32.5 - [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.4...v2.32.5) Updates `ruff` from 0.12.7 to 0.12.10 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.12.7...0.12.10) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-version: 3.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: bigframes dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pandera dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: web3 dependency-version: 7.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.12.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 446ec46..229b0f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,16 +10,16 @@ pytz==2025.2 tenacity==9.1.2 # Google Cloud BigQuery for data processing -google-cloud-bigquery==3.35.1 -bigframes==2.13.0 +google-cloud-bigquery==3.36.0 +bigframes==2.16.0 # Data processing and validation -pandas==2.3.1 -pandera==0.25.0 +pandas==2.3.2 +pandera==0.26.0 numpy==2.3.1 # Blockchain integration - Latest compatible versions -web3==7.12.1 +web3==7.13.0 eth-account==0.13.7 eth-typing==5.2.1 @@ -27,7 +27,7 @@ eth-typing==5.2.1 gql==3.5.3 # HTTP and API -requests==2.32.4 +requests==2.32.5 aiohttp==3.12.15 # Development/Testing @@ -40,4 +40,4 @@ types-pytz==2025.2.0.20250516 types-requests==2.32.4.20250611 # Linting and formatting -ruff==0.12.7 +ruff==0.12.10