From d7983cc0c83dde72aa04242d19632b492e0b228a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:50:17 +0000 Subject: [PATCH] chore(deps): Bump the python-dependencies group across 1 directory with 3 updates Bumps the python-dependencies group with 3 updates in the / directory: [bigframes](https://github.com/googleapis/python-bigquery-dataframes), [numpy](https://github.com/numpy/numpy) and [ruff](https://github.com/astral-sh/ruff). Updates `bigframes` from 2.27.0 to 2.29.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.27.0...v2.29.0) Updates `numpy` from 2.3.4 to 2.3.5 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.3.4...v2.3.5) Updates `ruff` from 0.14.2 to 0.14.5 - [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.14.2...0.14.5) --- updated-dependencies: - dependency-name: bigframes dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.5 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 c68bc78..381b5d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,12 +11,12 @@ tenacity==9.1.2 # Google Cloud BigQuery for data processing google-cloud-bigquery==3.38.0 -bigframes==2.27.0 +bigframes==2.29.1 # Data processing and validation pandas==2.3.3 pandera==0.26.1 -numpy==2.3.4 +numpy==2.3.5 # Blockchain integration - Latest compatible versions web3==7.14.0 @@ -40,4 +40,4 @@ types-pytz==2025.2.0.20250809 types-requests==2.32.4.20250809 # Linting and formatting -ruff==0.14.2 +ruff==0.14.6