Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps the dependencies group with 10 updates in the / directory:

Package From To
typer 0.15.3 0.15.4
pydantic 2.11.4 2.11.5
numpy 2.2.5 2.2.6
ruff 0.11.7 0.11.11
types-tqdm 4.67.0.20250417 4.67.0.20250516
types-requests 2.32.0.20250328 2.32.0.20250515
pyarrow-stubs 19.2 19.4
tox 4.25.0 4.26.0
datasets 3.5.1 3.6.0
transformers 4.51.3 4.52.3

Updates typer from 0.15.3 to 0.15.4

Release notes

Sourced from typer's releases.

0.15.4

Upgrades

  • 📌 Pin Click to = 8.2 will be added in a future version. PR #1225 by @​tiangolo.
Changelog

Sourced from typer's changelog.

0.15.4

Upgrades

  • 📌 Pin Click to = 8.2 will be added in a future version. PR #1225 by @​tiangolo.
Commits
  • 38cbb1f 🔖 Release version 0.15.4
  • e46db8f 📝 Update release notes
  • 589c045 📌 Pin Click to < 8.2, compatibility for Click >= 8.2 will be added in a futur...
  • See full diff in compare view

Updates pydantic from 2.11.4 to 2.11.5

Release notes

Sourced from pydantic's releases.

v2.11.5 2025-05-22

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.4...v2.11.5

Changelog

Sourced from pydantic's changelog.

v2.11.5 (2025-05-22)

GitHub release

What's Changed

Fixes

Commits
  • 5e6d1dc Prepare release v2.11.5
  • 1b63218 Do not duplicate metadata on model rebuild (#11902)
  • 5aefad8 Do not delete mock validator/serializer in model_rebuild()
  • 8fbe658 Check if FieldInfo is complete after applying type variable map
  • 12b371a Update documentation about @dataclass_transform support
  • 3a6aef4 Fix missing link in documentation
  • 0506b9c Fix light/dark mode documentation toggle
  • 58078c8 Fix typo in documentation
  • See full diff in compare view

Updates numpy from 2.2.5 to 2.2.6

Release notes

Sourced from numpy's releases.

v2.2.6 (May 17, 2025)

NumPy 2.2.6 Release Notes

NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release. It is a mix of typing fixes/improvements as well as the normal bug fixes and some CI maintenance.

This release supports Python versions 3.10-3.13.

Contributors

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

  • Charles Harris
  • Ilhan Polat
  • Joren Hammudoglu
  • Marco Gorelli +
  • Matti Picus
  • Nathan Goldbaum
  • Peter Hawkins
  • Sayed Adel

Pull requests merged

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

  • #28778: MAINT: Prepare 2.2.x for further development
  • #28851: BLD: Update vendor-meson to fix module_feature conflicts arguments...
  • #28852: BUG: fix heap buffer overflow in np.strings.find
  • #28853: TYP: fix NDArray[floating] + float return type
  • #28864: BUG: fix stringdtype singleton thread safety
  • #28865: MAINT: use OpenBLAS 0.3.29
  • #28889: MAINT: from_dlpack thread safety fixes
  • #28913: TYP: Fix non-existent CanIndex annotation in ndarray.setfield
  • #28915: MAINT: Avoid dereferencing/strict aliasing warnings
  • #28916: BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate.
  • #28966: TYP: reject complex scalar types in ndarray.__ifloordiv__

Checksums

MD5

259343f056061f6eadb2f4b8999d06d4  numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl
16fa85488e149489ce7ee044d7b0d307  numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl
f01b7aea9d2b76b1eeb49766e615d689  numpy-2.2.6-cp310-cp310-macosx_14_0_arm64.whl
f2ddc2b22517f6e31caa1372b12c2499  numpy-2.2.6-cp310-cp310-macosx_14_0_x86_64.whl
52190e22869884f0870eb3df7a283ca9  numpy-2.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
8f382b9ca6770db600edd5ea2447a925  numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
e604aae2ef6e01fb92ecc39aca0424d9  numpy-2.2.6-cp310-cp310-musllinux_1_2_aarch64.whl

... (truncated)

Commits
  • 2b686f6 Merge pull request #28980 from charris/prepare-2.2.6
  • ed41828 REL: Prepare for the NumPy 2.2.6 release [wheel build]
  • 83e4e7f Merge pull request #28966 from charris/backport-28958
  • 248f0cb TYP: add rejection-tests for complex ndarray floordiv
  • 5bad9da TYP: reject complex scalar types in ndarray.__ifloordiv__
  • 6c42775 Merge pull request #28915 from charris/backport-28892
  • 4277e7c Merge pull request #28916 from charris/backport-28898
  • bd1c863 BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate. (#28898)
  • 87d1d8a MAINT: Avoid dereferencing/strict aliasing warnings during complex casts in `...
  • 9e50659 Merge pull request #28913 from charris/backport-28908
  • Additional commits viewable in compare view

Updates ruff from 0.11.7 to 0.11.11

Release notes

Sourced from ruff's releases.

0.11.11

Release Notes

Preview features

  • [airflow] Add autofixes for AIR302 and AIR312 (#17942)
  • [airflow] Move rules from AIR312 to AIR302 (#17940)
  • [airflow] Update AIR301 and AIR311 with the latest Airflow implementations (#17985)
  • [flake8-simplify] Enable fix in preview mode (SIM117) (#18208)

Bug fixes

  • Fix inconsistent formatting of match-case on [] and _ (#18147)
  • [pylint] Fix PLW1514 not recognizing the encoding positional argument of codecs.open (#18109)

CLI

  • Add full option name in formatter warning (#18217)

Documentation

  • Fix rendering of admonition in docs (#18163)
  • [flake8-print] Improve print/pprint docs for T201 and T203 (#18130)
  • [flake8-simplify] Add fix safety section (SIM110,SIM210) (#18114,#18100)
  • [pylint] Fix docs example that produced different output (PLW0603) (#18216)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.11

Preview features

  • [airflow] Add autofixes for AIR302 and AIR312 (#17942)
  • [airflow] Move rules from AIR312 to AIR302 (#17940)
  • [airflow] Update AIR301 and AIR311 with the latest Airflow implementations (#17985)
  • [flake8-simplify] Enable fix in preview mode (SIM117) (#18208)

Bug fixes

  • Fix inconsistent formatting of match-case on [] and _ (#18147)
  • [pylint] Fix PLW1514 not recognizing the encoding positional argument of codecs.open (#18109)

CLI

  • Add full option name in formatter warning (#18217)

Documentation

  • Fix rendering of admonition in docs (#18163)
  • [flake8-print] Improve print/pprint docs for T201 and T203 (#18130)
  • [flake8-simplify] Add fix safety section (SIM110,SIM210) (#18114,#18100)
  • [pylint] Fix docs example that produced different output (PLW0603) (#18216)

0.11.10

Preview features

  • [ruff] Implement a recursive check for RUF060 (#17976)
  • [airflow] Enable autofixes for AIR301 and AIR311 (#17941)
  • [airflow] Apply try catch guard to all AIR3 rules (#17887)
  • [airflow] Extend AIR311 rules (#17913)

Bug fixes

  • [flake8-bugbear] Ignore B028 if skip_file_prefixes is present (#18047)
  • [flake8-pie] Mark autofix for PIE804 as unsafe if the dictionary contains comments (#18046)
  • [flake8-simplify] Correct behavior for str.split/rsplit with maxsplit=0 (SIM905) (#18075)
  • [flake8-simplify] Fix SIM905 autofix for rsplit creating a reversed list literal (#18045)
  • [flake8-use-pathlib] Suppress diagnostics for all os.* functions that have the dir_fd parameter (PTH) (#17968)
  • [refurb] Mark autofix as safe only for number literals (FURB116) (#17692)

Rule changes

  • [flake8-bandit] Skip S608 for expressionless f-strings (#17999)
  • [flake8-pytest-style] Don't recommend usefixtures for parametrize values (PT019) (#17650)
  • [pyupgrade] Add resource.error as deprecated alias of OSError (UP024) (#17933)

CLI

... (truncated)

Commits
  • 0397682 Bump 0.11.11 (#18259)
  • bcefa45 [ty] Rename call-possibly-unbound-method to `possibly-unbound-implicit-call...
  • 91b7a57 [ty] Implement Python's floor division semantics for Literal ints (#18249)
  • 98da200 [ty] Fix server panic when calling system_mut (#18252)
  • 029085f [ty] Clarify ty check output default in documentation. (#18246)
  • 6df10c6 [pylint] Fix docs example that produced different output (PLW0603) (#18216)
  • bdf4884 Preserve tuple parentheses in case patterns (#18147)
  • 01eeb2f [ty] Support frozen dataclasses (#17974)
  • cb04343 [ty] Split invalid-base error code into two error codes (#18245)
  • 02394b8 [ty] Improve invalid-type-form diagnostic where a module-literal type is us...
  • Additional commits viewable in compare view

Updates types-tqdm from 4.67.0.20250417 to 4.67.0.20250516

Commits

Updates types-requests from 2.32.0.20250328 to 2.32.0.20250515

Commits

Updates pyarrow-stubs from 19.2 to 19.4

Release notes

Sourced from pyarrow-stubs's releases.

19.4

What's Changed

Full Changelog: zen-xu/pyarrow-stubs@19.3...19.4

19.3

What's Changed

Full Changelog: zen-xu/pyarrow-stubs@19.2...19.3

Commits

Updates tox from 4.25.0 to 4.26.0

Release notes

Sourced from tox's releases.

4.26.0

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.25.0...4.26.0

Changelog

Sourced from tox's changelog.

v4.26.0 (2025-05-13)

Features - 4.26.0

- Add support for free-threaded python builds.
  Factors like ``py313t`` will only pick builds with the GIL disabled while factors without trailing ``t`` will only pick
  builds without no-GIL support. (:issue:`3391`)
- Drop support for EOL Python 3.8. (:issue:`3527`)

Bugfixes - 4.26.0

  • Fix a regression issue related to inability to use file| substitution option in nested set_env sections of ini configurations since tox4 update. (:issue:2435)
  • Fix TypeError for HelpFormatter with Python 3.14 (:issue:3523)
Commits

Updates datasets from 3.5.1 to 3.6.0

Release notes

Sourced from datasets's releases.

3.6.0

Dataset Features

Other improvements and bug fixes

New Contributors

Full Changelog: huggingface/datasets@3.5.1...3.6.0

Commits

Updates transformers from 4.51.3 to 4.52.3

Release notes

Sourced from transformers's releases.

Patch release v4.52.3

We had to protect the imports again, a series of bad events. Here are the two prs for the patch:

Patch release v4.52.2

We had to revert #37877 because of a missing flag that was overriding the device map. We re-introduced the changes because they allow native 3D parallel training in Transformers. Sorry everyone for the troubles! 🤗

Commits

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

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [typer](https://github.com/fastapi/typer) | `0.15.3` | `0.15.4` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.5` |
| [numpy](https://github.com/numpy/numpy) | `2.2.5` | `2.2.6` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.7` | `0.11.11` |
| [types-tqdm](https://github.com/typeshed-internal/stub_uploader) | `4.67.0.20250417` | `4.67.0.20250516` |
| [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.0.20250328` | `2.32.0.20250515` |
| [pyarrow-stubs](https://github.com/zen-xu/pyarrow-stubs) | `19.2` | `19.4` |
| [tox](https://github.com/tox-dev/tox) | `4.25.0` | `4.26.0` |
| [datasets](https://github.com/huggingface/datasets) | `3.5.1` | `3.6.0` |
| [transformers](https://github.com/huggingface/transformers) | `4.51.3` | `4.52.3` |



Updates `typer` from 0.15.3 to 0.15.4
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.15.3...0.15.4)

Updates `pydantic` from 2.11.4 to 2.11.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.4...v2.11.5)

Updates `numpy` from 2.2.5 to 2.2.6
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.5...v2.2.6)

Updates `ruff` from 0.11.7 to 0.11.11
- [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.11.7...0.11.11)

Updates `types-tqdm` from 4.67.0.20250417 to 4.67.0.20250516
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `types-requests` from 2.32.0.20250328 to 2.32.0.20250515
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `pyarrow-stubs` from 19.2 to 19.4
- [Release notes](https://github.com/zen-xu/pyarrow-stubs/releases)
- [Commits](zen-xu/pyarrow-stubs@19.2...19.4)

Updates `tox` from 4.25.0 to 4.26.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.25.0...4.26.0)

Updates `datasets` from 3.5.1 to 3.6.0
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.5.1...3.6.0)

Updates `transformers` from 4.51.3 to 4.52.3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.51.3...v4.52.3)

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pydantic
  dependency-version: 2.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: numpy
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: types-tqdm
  dependency-version: 4.67.0.20250516
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: types-requests
  dependency-version: 2.32.0.20250515
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pyarrow-stubs
  dependency-version: '19.4'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tox
  dependency-version: 4.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: datasets
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: transformers
  dependency-version: 4.52.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/pip/dependencies-0858ac6027 branch June 2, 2025 01:22
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 that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant