Skip to content

Bump the non-major-versions group with 5 updates #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the non-major-versions group with 5 updates:

Package From To
ruff 0.12.4 0.12.5
scipy 1.16.0 1.16.1
orjson 3.11.0 3.11.1
aiobotocore[boto3] 2.23.1 2.23.2
eccodes 2.42.0 2.43.0

Updates ruff from 0.12.4 to 0.12.5

Release notes

Sourced from ruff's releases.

0.12.5

Release Notes

Preview features

  • [flake8-use-pathlib] Add autofix for PTH101, PTH104, PTH105, PTH121 (#19404)
  • [ruff] Support byte strings (RUF055) (#18926)

Bug fixes

  • Fix unreachable panic in parser (#19183)
  • [flake8-pyi] Skip fix if all Union members are None (PYI016) (#19416)
  • [perflint] Parenthesize generator expressions (PERF401) (#19325)
  • [pylint] Handle empty comments after line continuation (PLR2044) (#19405)

Rule changes

  • [pep8-naming] Fix N802 false positives for CGIHTTPRequestHandler and SimpleHTTPRequestHandler (#19432)

Contributors

Install ruff 0.12.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.12.5/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ruff's changelog.

0.12.5

Preview features

  • [flake8-use-pathlib] Add autofix for PTH101, PTH104, PTH105, PTH121 (#19404)
  • [ruff] Support byte strings (RUF055) (#18926)

Bug fixes

  • Fix unreachable panic in parser (#19183)
  • [flake8-pyi] Skip fix if all Union members are None (PYI016) (#19416)
  • [perflint] Parenthesize generator expressions (PERF401) (#19325)
  • [pylint] Handle empty comments after line continuation (PLR2044) (#19405)

Rule changes

  • [pep8-naming] Fix N802 false positives for CGIHTTPRequestHandler and SimpleHTTPRequestHandler (#19432)
Commits
  • d13228a Bump 0.12.5 (#19528)
  • 9461d30 [ty] Rename type_api => ty_extensions (#19523)
  • 63d1d33 [ty] Added support for "go to references" in ty playground. (#19516)
  • e0149cd [ty] Return a tuple spec from the iterator protocol (#19496)
  • 2a00eca [ty] Exhaustiveness checking & reachability for match statements (#19508)
  • 3d17897 [ty] Fix narrowing and reachability of class patterns with arguments (#19512)
  • fa1df4c [ty] Implemented partial support for "find references" language server featur...
  • 89258f1 [flake8-use-pathlib] Add autofix for PTH101, PTH104, PTH105, PTH121...
  • 1dcef1a [perflint] Parenthesize generator expressions (PERF401) (#19325)
  • ba629fe [pep8-naming] Fix N802 false positives for CGIHTTPRequestHandler and `S...
  • Additional commits viewable in compare view

Updates scipy from 1.16.0 to 1.16.1

Release notes

Sourced from scipy's releases.

SciPy 1.16.1 Release Notes

SciPy 1.16.1 is a bug-fix release that adds support for Python 3.14.0rc1, including PyPI wheels.

Authors

  • Name (commits)
  • Evgeni Burovski (1)
  • Rob Falck (1)
  • Ralf Gommers (7)
  • Geoffrey Gunter (1) +
  • Matt Haberland (2)
  • Joren Hammudoglu (1)
  • Andrew Nelson (2)
  • newyork_loki (1) +
  • Ilhan Polat (1)
  • Tyler Reddy (25)
  • Daniel Schmitz (1)
  • Dan Schult (2)

A total of 12 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

The full issue and pull request lists, and the release asset hashes are available in the associated README.txt file.

Commits
  • 0cf8e95 REL: 1.16.1 release commit [wheel build]
  • c0d2ec6 Merge pull request #23378 from tylerjereddy/treddy_backports_1.16.1
  • 923a657 MAINT: PR 23378 wheel build test [wheel build]
  • fb07a49 DOC: PR 23378 revisions
  • 50b0ebb MAINT, DOC: PR 23378 revisions
  • 6503156 BUG: ndimage.median_filter: single element array handling (#23293)
  • 9bd5391 MAINT: Python 3.14 to classifiers
  • ea54bed CI: disable special-casing of 3.14-dev now that Python 3.14rc1 is out
  • acaafae CI: stop skipping cp314/cp314t musllinux-aarch64 wheels [wheel build]
  • de061c8 CI: bump cibuildwheel to v3.1.0, for Python 3.14.0rc1
  • Additional commits viewable in compare view

Updates orjson from 3.11.0 to 3.11.1

Release notes

Sourced from orjson's releases.

3.11.1

Changed

  • Publish PyPI wheels for CPython 3.14.

Fixed

  • Fix str on big-endian architectures.
Changelog

Sourced from orjson's changelog.

3.11.1 - 2025-07-25

Changed

  • Publish PyPI wheels for CPython 3.14.

Fixed

  • Fix str on big-endian architectures.
Commits

Updates aiobotocore[boto3] from 2.23.1 to 2.23.2

Release notes

Sourced from aiobotocore[boto3]'s releases.

2.23.2

What's Changed

Full Changelog: aio-libs/aiobotocore@2.23.1...2.23.2

Changelog

Sourced from aiobotocore[boto3]'s changelog.

2.23.2 (2025-07-24) ^^^^^^^^^^^^^^^^^^^

  • bump botocore dependency specification
Commits

Updates eccodes from 2.42.0 to 2.43.0

Release notes

Sourced from eccodes's releases.

2.43.0

  • ECC-2106: Use eccodeslib instead of own-built binaries
Changelog

Sourced from eccodes's changelog.

2.43.0 (2025-07-24)

  • ECC-2106: Use eccodeslib instead of own-built binaries
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

@dependabot dependabot bot requested a review from alexander0042 as a code owner July 28, 2025 20:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 28, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot bot force-pushed the dependabot/pip/non-major-versions-d01881cc0a branch from ffecb46 to 0727209 Compare July 28, 2025 22:01
Bumps the non-major-versions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.4` | `0.12.5` |
| [scipy](https://github.com/scipy/scipy) | `1.16.0` | `1.16.1` |
| [orjson](https://github.com/ijl/orjson) | `3.11.0` | `3.11.1` |
| [aiobotocore[boto3]](https://github.com/aio-libs/aiobotocore) | `2.23.1` | `2.23.2` |
| [eccodes](https://github.com/ecmwf/eccodes-python) | `2.42.0` | `2.43.0` |


Updates `ruff` from 0.12.4 to 0.12.5
- [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.4...0.12.5)

Updates `scipy` from 1.16.0 to 1.16.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.16.0...v1.16.1)

Updates `orjson` from 3.11.0 to 3.11.1
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.11.0...3.11.1)

Updates `aiobotocore[boto3]` from 2.23.1 to 2.23.2
- [Release notes](https://github.com/aio-libs/aiobotocore/releases)
- [Changelog](https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiobotocore@2.23.1...2.23.2)

Updates `eccodes` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/ecmwf/eccodes-python/releases)
- [Changelog](https://github.com/ecmwf/eccodes-python/blob/develop/CHANGELOG.rst)
- [Commits](ecmwf/eccodes-python@2.42.0...2.43.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-versions
- dependency-name: scipy
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-versions
- dependency-name: orjson
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-versions
- dependency-name: aiobotocore[boto3]
  dependency-version: 2.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-versions
- dependency-name: eccodes
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/non-major-versions-d01881cc0a branch from 0727209 to 2db2262 Compare July 29, 2025 00:44
@cloneofghosts cloneofghosts mentioned this pull request Aug 1, 2025
9 tasks
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/non-major-versions-d01881cc0a branch August 1, 2025 16:58
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.

2 participants