Skip to content

Commit 83deb01

Browse files
chore(deps): Bump the python-dependencies group across 1 directory with 5 updates
Bumps the python-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bigframes](https://github.com/googleapis/python-bigquery-dataframes) | `2.27.0` | `2.30.0` | | [pandera](https://github.com/pandera-dev/pandera) | `0.26.1` | `0.27.0` | | [numpy](https://github.com/numpy/numpy) | `2.3.4` | `2.3.5` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.2` | `0.14.8` | Updates `bigframes` from 2.27.0 to 2.30.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.27.0...v2.30.0) Updates `pandera` from 0.26.1 to 0.27.0 - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](unionai-oss/pandera@v0.26.1...v0.27.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](numpy/numpy@v2.3.4...v2.3.5) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `ruff` from 0.14.2 to 0.14.8 - [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.2...0.14.8) --- updated-dependencies: - dependency-name: bigframes dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pandera dependency-version: 0.27.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: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6835ae2 commit 83deb01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ tenacity==9.1.2
1111

1212
# Google Cloud BigQuery for data processing
1313
google-cloud-bigquery==3.38.0
14-
bigframes==2.27.0
14+
bigframes==2.30.0
1515

1616
# Data processing and validation
1717
pandas==2.3.3
18-
pandera==0.26.1
19-
numpy==2.3.4
18+
pandera==0.27.0
19+
numpy==2.3.5
2020

2121
# Blockchain integration - Latest compatible versions
2222
web3==7.14.0
@@ -35,9 +35,9 @@ pytest==8.4.2
3535
pytest-cov==6.2.1
3636
pytest-mock==3.15.1
3737
pytest-snapshot==0.9.0
38-
mypy==1.18.2
38+
mypy==1.19.0
3939
types-pytz==2025.2.0.20250809
4040
types-requests==2.32.4.20250809
4141

4242
# Linting and formatting
43-
ruff==0.14.2
43+
ruff==0.14.8

0 commit comments

Comments
 (0)