Skip to content

Commit c5d9253

Browse files
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](googleapis/python-bigquery@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](googleapis/python-bigquery-dataframes@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](pandas-dev/pandas@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](unionai-oss/pandera@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](ethereum/web3.py@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](psf/requests@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](astral-sh/ruff@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] <[email protected]>
1 parent d1daf2d commit c5d9253

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ pytz==2025.2
1010
tenacity==9.1.2
1111

1212
# Google Cloud BigQuery for data processing
13-
google-cloud-bigquery==3.35.1
14-
bigframes==2.13.0
13+
google-cloud-bigquery==3.36.0
14+
bigframes==2.16.0
1515

1616
# Data processing and validation
17-
pandas==2.3.1
18-
pandera==0.25.0
17+
pandas==2.3.2
18+
pandera==0.26.0
1919
numpy==2.3.1
2020

2121
# Blockchain integration - Latest compatible versions
22-
web3==7.12.1
22+
web3==7.13.0
2323
eth-account==0.13.7
2424
eth-typing==5.2.1
2525

2626
# GraphQL and subgraph integration (for future subgraph functionality)
2727
gql==3.5.3
2828

2929
# HTTP and API
30-
requests==2.32.4
30+
requests==2.32.5
3131
aiohttp==3.12.15
3232

3333
# Development/Testing
@@ -40,4 +40,4 @@ types-pytz==2025.2.0.20250516
4040
types-requests==2.32.4.20250611
4141

4242
# Linting and formatting
43-
ruff==0.12.7
43+
ruff==0.12.10

0 commit comments

Comments
 (0)