From 4256b05756b2ce0bfc76e9b9a00d6c79866b0b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:32:51 +0000 Subject: [PATCH] chore(deps): Bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [bigframes](https://github.com/googleapis/python-bigquery-dataframes), [web3](https://github.com/ethereum/web3.py) and [ruff](https://github.com/astral-sh/ruff). Updates `bigframes` from 2.13.0 to 2.14.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.14.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 `ruff` from 0.12.7 to 0.12.8 - [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.8) --- updated-dependencies: - dependency-name: bigframes dependency-version: 2.14.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: ruff dependency-version: 0.12.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 446ec46..bbd7db2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tenacity==9.1.2 # Google Cloud BigQuery for data processing google-cloud-bigquery==3.35.1 -bigframes==2.13.0 +bigframes==2.14.0 # Data processing and validation pandas==2.3.1 @@ -19,7 +19,7 @@ pandera==0.25.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 @@ -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.8