From 69d0e01c204c1a4ab6ce78a9516326521c946890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:56:54 +0000 Subject: [PATCH] chore(deps): Bump the python-dependencies group across 1 directory with 10 updates Bumps the python-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.35.1` | `3.37.0` | | [bigframes](https://github.com/googleapis/python-bigquery-dataframes) | `2.13.0` | `2.19.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.1` | | [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` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.7` | `0.13.0` | Updates `google-cloud-bigquery` from 3.35.1 to 3.37.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.37.0) Updates `bigframes` from 2.13.0 to 2.19.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.19.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.1 - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](https://github.com/pandera-dev/pandera/compare/v0.25.0...v0.26.1) 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 `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2) Updates `pytest-mock` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.1...v3.15.0) Updates `mypy` from 1.17.1 to 1.18.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.1) Updates `ruff` from 0.12.7 to 0.13.0 - [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.13.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-version: 3.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: bigframes dependency-version: 2.19.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.1 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: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest-mock dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 446ec46..e9e73bf 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.38.0 +bigframes==2.23.0 # Data processing and validation -pandas==2.3.1 -pandera==0.25.0 +pandas==2.3.3 +pandera==0.26.1 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,17 +27,17 @@ 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 -pytest==8.4.1 +pytest==8.4.2 pytest-cov==6.2.1 -pytest-mock==3.14.1 +pytest-mock==3.15.1 pytest-snapshot==0.9.0 -mypy==1.17.1 +mypy==1.18.2 types-pytz==2025.2.0.20250516 types-requests==2.32.4.20250611 # Linting and formatting -ruff==0.12.7 +ruff==0.13.3