Skip to content

Commit 7ea83f4

Browse files
chore(deps): Bump the python-dependencies group across 1 directory with 6 updates
Bumps the python-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tomli](https://github.com/hukkin/tomli) | `2.3.0` | `2.4.0` | | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.39.0` | `3.40.0` | | [bigframes](https://github.com/googleapis/python-bigquery-dataframes) | `2.32.0` | `2.33.0` | | [pandera](https://github.com/pandera-dev/pandera) | `0.28.0` | `0.28.1` | | [numpy](https://github.com/numpy/numpy) | `2.4.0` | `2.4.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.10` | `0.14.14` | Updates `tomli` from 2.3.0 to 2.4.0 - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.3.0...2.4.0) Updates `google-cloud-bigquery` from 3.39.0 to 3.40.0 - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](googleapis/python-bigquery@v3.39.0...v3.40.0) Updates `bigframes` from 2.32.0 to 2.33.0 - [Release notes](https://github.com/googleapis/python-bigquery-dataframes/releases) - [Changelog](https://github.com/googleapis/python-bigquery-dataframes/blob/main/CHANGELOG.md) - [Commits](googleapis/python-bigquery-dataframes@v2.32.0...v2.33.0) Updates `pandera` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](unionai-oss/pandera@v0.28.0...v0.28.1) Updates `numpy` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.0...v2.4.1) Updates `ruff` from 0.14.10 to 0.14.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.10...0.14.14) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: google-cloud-bigquery dependency-version: 3.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: bigframes dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pandera dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed9e1eb commit 7ea83f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# Requires Python 3.9+
33

44
# Configuration management
5-
tomli==2.3.0
5+
tomli==2.4.0
66

77
# Scheduling and resilience
88
schedule==1.2.2
99
pytz==2025.2
1010
tenacity==9.1.2
1111

1212
# Google Cloud BigQuery for data processing
13-
google-cloud-bigquery==3.39.0
14-
bigframes==2.32.0
13+
google-cloud-bigquery==3.40.0
14+
bigframes==2.33.0
1515

1616
# Data processing and validation
1717
pandas==2.3.3
18-
pandera==0.28.0
19-
numpy==2.4.0
18+
pandera==0.29.0
19+
numpy==2.4.2
2020

2121
# Blockchain integration - Latest compatible versions
2222
web3==7.14.0
@@ -40,4 +40,4 @@ types-pytz==2025.2.0.20251108
4040
types-requests==2.32.4.20250913
4141

4242
# Linting and formatting
43-
ruff==0.14.10
43+
ruff==0.14.14

0 commit comments

Comments
 (0)