Skip to content

chore(deps): Bump the python-dependencies group across 1 directory with 6 updates#100

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-dependencies-9c7a242db6
Open

chore(deps): Bump the python-dependencies group across 1 directory with 6 updates#100
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-dependencies-9c7a242db6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the python-dependencies group with 6 updates in the / directory:

Package From To
tomli 2.3.0 2.4.0
google-cloud-bigquery 3.39.0 3.40.0
bigframes 2.32.0 2.33.0
pandera 0.28.0 0.28.1
numpy 2.4.0 2.4.1
ruff 0.14.10 0.14.14

Updates tomli from 2.3.0 to 2.4.0

Changelog

Sourced from tomli's changelog.

2.4.0

  • Added
    • TOML v1.1.0 compatibility
    • Binary wheels for Windows arm64
Commits
  • a678e6f Bump version: 2.3.0 → 2.4.0
  • b8a1358 Tests: remove now needless "TOML compliance"->"burntsushi" format conversion
  • 4979375 Update GitHub actions
  • f890dd1 Update pre-commit hooks
  • d9c65c3 Add 2.4.0 change log
  • 0efe49d Update README for v2.4.0
  • 9eb2125 TOML 1.1: Make seconds optional in Date-Time and Time (#203)
  • 12314bd TOML 1.1: Add \xHH Unicode escape code to basic strings (#202)
  • 2a2aa62 TOML 1.1: Allow newlines and trailing comma in inline tables (#200)
  • 38297f8 Xfail on tests for TOML 1.1 features not yet supported
  • Additional commits viewable in compare view

Updates google-cloud-bigquery from 3.39.0 to 3.40.0

Release notes

Sourced from google-cloud-bigquery's releases.

google-cloud-bigquery 3.40.0

3.40.0 (2026-01-08)

Features

  • support load_table and list_rows with picosecond timestamp (#2351) (46764a59)

  • support timestamp_precision in table schema (#2333) (8d5785ae)

Changelog

Sourced from google-cloud-bigquery's changelog.

3.40.0 (2026-01-08)

Features

Commits
  • 40b4cbf chore: librarian release pull request: 20260108T001607Z (#2355)
  • 46764a5 feat: support load_table and list_rows with picosecond timestamp (#2351)
  • 8d5785a feat: support timestamp_precision in table schema (#2333)
  • bfd9d8d chore(deps): update dependency urllib3 to v2.6.0 [security] (#2342)
  • See full diff in compare view

Updates bigframes from 2.32.0 to 2.33.0

Release notes

Sourced from bigframes's releases.

bigframes 2.33.0

2.33.0 (2026-01-22)

Features

  • add bigquery.ml.transform function (#2394) (1f9ee373)

  • Add dark mode to anywidget mode (#2365) (2763b41d)

  • Add max_columns control for anywidget mode (#2374) (34b5975f)

  • Configure Biome for Consistent Code Style (#2364) (81e27b3d)

  • Add BigQuery ObjectRef functions to bigframes.bigquery.obj (#2380) (9c3bbc36)

  • Stabilize interactive table height to prevent notebook layout shifts (#2378) (a634e976)

Bug Fixes

  • implement retry logic for cloud function endpoint fetching (#2369) (0f593c27)

  • Throw if write api commit op has stream_errors (#2385) (7abfef05)

Performance Improvements

  • Avoid requery for some result downsample methods (#2219) (95763ff2)
Changelog

Sourced from bigframes's changelog.

2.33.0 (2026-01-22)

Features

Bug Fixes

Commits
  • 6fef9be chore: librarian release pull request: 20260122T231714Z (#2402)
  • a2d13e7 chore: librarian update image pull request: 20260122T223041Z (#2398)
  • 1f9ee37 feat: add bigquery.ml.transform function (#2394)
  • e90e1d8 chore: Add a function to traverse BFET and encode type usage (#2390)
  • 74150c5 chore: deflake the ai generate doc test by skipping it (#2393)
  • ee83d98 chore: Migrate NaryRemoteFunctionOp operator to SQLGlot (#2387)
  • d02d32f refactor: fix math numeric_ops for test_series_ufuncs (#2386)
  • 95763ff perf: Avoid requery for some result downsample methods (#2219)
  • 0396278 chore: define type logging bit masks (#2384)
  • 7abfef0 fix: Throw if write api commit op has stream_errors (#2385)
  • Additional commits viewable in compare view

Updates pandera from 0.28.0 to 0.28.1

Release notes

Sourced from pandera's releases.

v0.28.1: Fix regressions in Check behavior

What's Changed

Full Changelog: unionai-oss/pandera@v0.28.0...v0.28.1

Commits

Updates numpy from 2.4.0 to 2.4.1

Release notes

Sourced from numpy's releases.

2.4.1 (Jan 10, 2026)

NumPy 2.4.1 Release Notes

The NumPy 2.4.1 is a patch release that fixes bugs discoved after the 2.4.0 release. In particular, the typo SeedlessSequence is preserved to enable wheels using the random Cython API and built against NumPy < 2.4.0 to run without errors.

This release supports Python versions 3.11-3.14

Contributors

A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Alexander Shadchin
  • Bill Tompkins +
  • Charles Harris
  • Joren Hammudoglu
  • Marten van Kerkwijk
  • Nathan Goldbaum
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Sebastian Berg

Pull requests merged

A total of 15 pull requests were merged for this release.

  • #30490: MAINT: Prepare 2.4.x for further development
  • #30503: DOC: numpy.select: fix default parameter docstring...
  • #30504: REV: Revert part of #30164 (#30500)
  • #30506: TYP: numpy.select: allow passing array-like default...
  • #30507: MNT: use if constexpr for compile-time branch selection
  • #30513: BUG: Fix leak in flat assignment iterator
  • #30516: BUG: fix heap overflow in fixed-width string multiply (#30511)
  • #30523: BUG: Ensure summed weights returned by np.average always are...
  • #30527: TYP: Fix return type of histogram2d
  • #30594: MAINT: avoid passing ints to random functions that take double...
  • #30595: BLD: Avoiding conflict with pygit2 for static build
  • #30596: MAINT: Fix msvccompiler missing error on FreeBSD
  • #30608: BLD: update vendored Meson to 1.9.2
  • #30620: ENH: use more fine-grained critical sections in array coercion...
  • #30623: BUG: Undo result type change of quantile/percentile but keep...
Changelog

Sourced from numpy's changelog.

This is a walkthrough of the NumPy 2.4.0 release on Linux, which will be the first feature release using the numpy/numpy-release <https://github.com/numpy/numpy-release>__ repository.

The commands can be copied into the command line, but be sure to replace 2.4.0 with the correct version. This should be read together with the :ref:general release guide <prepare_release>.

Facility preparation

Before beginning to make a release, use the requirements/*_requirements.txt files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:

  • Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.
  • You can use the keyring app to store the PyPI password for twine. See the online twine documentation for details.

Prior to release

Add/drop Python versions

When adding or dropping Python versions, multiple config and CI files need to be edited in addition to changing the minimum version in pyproject.toml. Make these changes in an ordinary PR against main and backport if necessary. We currently release wheels for new Python versions after the first Python RC once manylinux and cibuildwheel support that new Python version.

Backport pull requests

Changes that have been marked for this release must be backported to the maintenance/2.4.x branch.

Commits
  • d24bb7f Merge pull request #30624 from charris/prepare-for-2.4.1
  • d3bfd6d REL: Prepare for the NumPy 2.4.1 release
  • abe3d86 Merge pull request #30623 from charris/backport-30601
  • 5d89078 TST: Add test showing that q promotes (for "interpolating ones")
  • 16890ce BUG: Fix result type change and make weak q safe
  • bf7ef0b Merge pull request #30620 from charris/backport-30514
  • 3d3af25 ENH: use more fine-grained critical sections in array coercion internals (#30...
  • 8b7f197 Merge pull request #30608 from charris/update-vendored-meson
  • 30999f6 BLD: update vendored Meson to 1.9.2
  • e6bea65 Merge pull request #30596 from charris/remove-msvccompiler-check
  • Additional commits viewable in compare view

Updates ruff from 0.14.10 to 0.14.14

Release notes

Sourced from ruff's releases.

0.14.14

Release Notes

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.14

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Commits
  • 8b2e7b3 Prepare release v0.14.14 (#22813)
  • 4c7d1f5 [ty] Infer TypedDict types with >=1 required key as being always truthy (#2...
  • b7de434 add CCfW hooks (#22803)
  • b912dfc [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • 1ff062d [ty] Improve completion rankings for raise-from/except contexts (#22775)
  • 7e408a5 Update dependency wrangler to v4.59.1 (#22793)
  • ceb876b [flake8-pyi] Fix inconsistent handling of forward references for __new__,...
  • c5b4ee6 [ty] Support solving generics involving PEP 695 type aliases (#22678)
  • b9a6129 [ty] Improve support for kwarg splats in dictionary literals (#22781)
  • f516d47 Update contributing guide for adding a new rule (#22779)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests for Python dependencies labels Jan 26, 2026
@dependabot dependabot bot requested a review from MoonBoi9001 as a code owner January 26, 2026 09:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests for Python dependencies labels Jan 26, 2026
…th 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>
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-9c7a242db6 branch from bcf6eae to 7ea83f4 Compare February 2, 2026 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests for Python dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants