Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-minor-and-patch-dependency-updates group with 9 updates in the / directory:

Package From To
pytest-cov 6.1.0 6.1.1
ruff 0.11.2 0.11.10
ase 3.24.0 3.25.0
ray[default] 2.44.1 2.46.0
torch 2.6.0 2.7.0
tox 4.25.0 4.26.0
sphinx 8.1.3 8.2.3
sphinx-automodapi 0.18.0 0.19.0
sphinx-issues 5.0.0 5.0.1

Updates pytest-cov from 6.1.0 to 6.1.1

Changelog

Sourced from pytest-cov's changelog.

6.1.1 (2025-04-05)

  • Fixed breakage that occurs when --cov-context and the no_cover marker are used together.
Commits
  • 9463242 Bump version: 6.1.0 → 6.1.1
  • 7f2781b Update changelog.
  • a59548f Allow the context plugin to check if the controller is running or not. Fixes ...
  • See full diff in compare view

Updates ruff from 0.11.2 to 0.11.10

Release notes

Sourced from ruff's releases.

0.11.10

Release Notes

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

  • Disable jemalloc on Android (#18033)

Documentation

  • Update Neovim setup docs (#18108)
  • [flake8-simplify] Add fix safety section (SIM103) (#18086)
  • [flake8-simplify] Add fix safety section (SIM112) (#18099)
  • [pylint] Add fix safety section (PLC0414) (#17802)
  • [pylint] Add fix safety section (PLE4703) (#17824)
  • [pylint] Add fix safety section (PLW1514) (#17932)
  • [pylint] Add fix safety section (PLW3301) (#17878)
  • [ruff] Add fix safety section (RUF007) (#17755)
  • [ruff] Add fix safety section (RUF033) (#17760)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

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

  • Disable jemalloc on Android (#18033)

Documentation

  • Update Neovim setup docs (#18108)
  • [flake8-simplify] Add fix safety section (SIM103) (#18086)
  • [flake8-simplify] Add fix safety section (SIM112) (#18099)
  • [pylint] Add fix safety section (PLC0414) (#17802)
  • [pylint] Add fix safety section (PLE4703) (#17824)
  • [pylint] Add fix safety section (PLW1514) (#17932)
  • [pylint] Add fix safety section (PLW3301) (#17878)
  • [ruff] Add fix safety section (RUF007) (#17755)
  • [ruff] Add fix safety section (RUF033) (#17760)

0.11.9

Preview features

  • Default to latest supported Python version for version-related syntax errors (#17529)
  • Implement deferred annotations for Python 3.14 (#17658)
  • [airflow] Fix SQLTableCheckOperator typo (AIR302) (#17946)
  • [airflow] Remove airflow.utils.dag_parsing_context.get_parsing_context (AIR301) (#17852)
  • [airflow] Skip attribute check in try catch block (AIR301) (#17790)
  • [flake8-bandit] Mark tuples of string literals as trusted input in S603 (#17801)

... (truncated)

Commits
  • b35bf8a Bump 0.11.10 (#18120)
  • 279dac1 [ty] Make dataclass instances adhere to DataclassInstance (#18115)
  • 5761703 [ty] Enable optimizations for salsa in debug profile (#18117)
  • 28b5a86 [ty] Enable 'ansi' feature to fix compile error (#18116)
  • b6b7caa [ty] Change layout of extra verbose output and respect --color for verbose ...
  • 46be305 [ty] Include synthesized arguments in displayed counts for `too-many-position...
  • c3a4992 [ty] Fix normalization of unions containing instances parameterized with unio...
  • 9aa6330 [ty] Fix redundant-cast false positives when casting to Unknown (#18111)
  • b600ff1 Sync vendored typeshed stubs (#18110)
  • 466021d [flake8-simplify] add fix safety section (SIM112) (#18099)
  • Additional commits viewable in compare view

Updates ase from 3.24.0 to 3.25.0

Commits
  • f958ae3 ASE version 3.25.0
  • cc60d69 remove extraneous space
  • 20401e2 Merge branch 'tersoff_calculator' into 'master'
  • 23f1a95 ENH: Built-in Tersoff Calculator Implementation
  • 7f876a3 Merge branch 'ase-npt_triangular' into 'master'
  • 8737cf1 Merge branch 'iocontext-del' into 'master'
  • 3e180ae changelog entry for npt irun() fix
  • f42ef27 Merge branch 'gui-atoms-wrap' into 'master'
  • 0fbc033 Merge branch 'fix-npt-irun' into 'master'
  • 66a2d6b changelog entry
  • Additional commits viewable in compare view

Updates ray[default] from 2.44.1 to 2.46.0

Release notes

Sourced from ray[default]'s releases.

Ray-2.46.0

Release Highlights

The 2.46 Ray release comes with a couple core highlights:

  1. Ray Data now supports hash shuffling for repartition and aggregations, along with support for joins. This enables many new data processing workloads to be run on Ray Data. Please give it a try and let us know if you have any feedback!
  2. Ray Serve LLM now supports vLLM v1 to be forward-compatible with upcoming vLLM releases. This also opens up significant performance improvements that come with vLLM's v1 refactor.
  3. There is a new Train Grafana dashboard which provides in-depth metrics on Grafana for better metrics on training workloads.

Ray Libraries

Ray Data

🎉 New Features:

  • Adding support for hash-shuffle based repartitioning and aggregations (#52664)
  • Added support for Joins (using hash-shuffle) (#52728)
  • [LLM] vLLM support upgrades to 0.8.5 (#52344)

💫 Enhancements:

  • Add memory attribute to ExecutionResources (#51127)
  • Support ray_remote_args for read_tfrecords #52450
  • [data.dashboard] Skip reporting internal metrics (#52666)
  • Add PhysicalOperator.min_max_resource_usage_bounds (#52502)
  • Speed up printing the schema (#52612)
  • [data.dashboard] Dataset logger for worker (#52706)
  • Support new pyiceberg version (#51744)
  • Support num_cpus, memory, concurrency, batch_size for preprocess (#52574)

🔨 Fixes:

  • Handle Arrow Array null types in to_numpy (#52572)
  • Fix S3 serialization wrapper compatibility with RetryingPyFileSystem (#52568)
  • Fixing Optimizer to apply rules until plan stabilize; (#52663)
  • Fixing FuseOperators rule to properly handle the case of transformations drastically changing size of the dataset (#52570)

📖 Documentation:

  • [LLM] Improve concurrency settings, improve prompt to achieve better throughput (#52634)

Ray Train

🎉 New Features:

  • Add initial Train Grafana dashboard (#52709)

💫 Enhancements:

  • Lazily import torch FSDP for ray.train.torch module to improve performance and reduce unnecessary dependencies (#52707)
  • Deserialize the user-defined training function directly on workers, improving efficiency (#52684)

🔨 Fixes:

  • Fixed error when no arguments are passed into TorchTrainer (#52693)

📖 Documentation:

  • Added new XGBoostTrainer user guide (#52355)

🏗 Architecture refactoring:

  • Re-enabled isort for python/ray/train to maintain code formatting consistency (#52717)

... (truncated)

Commits

Updates torch from 2.6.0 to 2.7.0

Release notes

Sourced from torch's releases.

PyTorch 2.7.0 Release Notes

Highlights

... (truncated)

Commits
  • 1341794 Gracefully handle optree less than minimum version, part 2 (#151323)
  • 0739127 Gracefully handle optree less than minimum version (#150977)
  • 0c236f3 Update triton wheel build, setuptools pin (#150953)
  • c7ff78d Fix inplacing with multiple, fused uses (#150892)
  • 894909a Revert "[CUDA] Only use vec128 if CUDA version is newer than 12.8" (#150855)
  • ef2b139 [Manylinux 2.28] Correct Linux aarch64 cuda binaries wheel name (#150820)
  • 3f236f1 [CUDA] Only use vec128 if CUDA version is newer than 12.8 (#150818)
  • 35f1e76 Reland of "[ROCm] change preferred blas lib defaults (#150249)"" (#150707)
  • a6321d6 Revert "Dont exclude constant_pad_nd in prologue fusion" (#150699)
  • 1cc51c6 [CUDA][avgpool2d] Fix backward launch bounds again for sm100, sm120 (#150...
  • Additional commits viewable in compare view

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 sphinx from 8.1.3 to 8.2.3

Release notes

Sourced from sphinx's releases.

Sphinx 8.2.3

Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

Sphinx 8.2.2

Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

Sphinx 8.2.1

Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

Sphinx 8.2.0

Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html

Dependencies

  • #13000: Drop Python 3.10 support.

Incompatible changes

  • #13044: Remove the internal and undocumented has_equations data from the MathDomain domain. The undocumented MathDomain.has_equations method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner.
  • #13227: HTML output for sequences of keys in the kbd role no longer uses a <kbd class="kbd compound"> element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner.

Deprecated

  • #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison.
  • #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier.

Features added

  • #13173: Add a new duplicate_declaration warning type, with duplicate_declaration.c and duplicate_declaration.cpp subtypes. Patch by Julien Lecomte and Adam Turner.
  • #11824: linkcode: Allow extensions to add support for a domain by defining the keys that should be present.

... (truncated)

Commits
  • 847ad0c Bump to 8.2.3 final
  • 4091fe3 Add CHANGES for Sphinx 8.2.3
  • c84c21f Correct the date for Sphinx 8.2.2
  • b3881bb Fix _CurrentDocument membership testing with '{c,cpp}:parent_symbol'
  • 92b5303 Define _StrPath.__radd__()
  • 5739a9d Bump version
  • ee96ef3 Bump to 8.2.2 final
  • 3e0021c Move Sphinx 8.2.2 CHANGES to doc/changes
  • 1a62f31 Fix apidoc extension not setting default header/package name (#13391)
  • 13d2899 Replace None filename with '' in Sphinx.add_js_file() (#13402)
  • Additional commits viewable in compare view

Updates sphinx-automodapi from 0.18.0 to 0.19.0

Release notes

Sourced from sphinx-automodapi's releases.

v0.19.0

What's Changed

New Contributors

Full Changelog: astropy/sphinx-automodapi@v0.18.0...v0.19.0

Changelog

Sourced from sphinx-automodapi's changelog.

0.19.0 (2025-04-17)

  • Add automodsumm_properties_are_attributes configuration to control if class properties are treated with autoattribute or autoproperty. #197

  • Fixes compatibility with Sphinx 8.2. #196

Commits
  • 58f8209 Finalizing changelog for v0.19.0
  • 6a95b55 CI: hacking around wildchar
  • 4963a9e Merge pull request #207 from bsipocz/MAINT_fix_release_job
  • be65dd1 CI: install actual test dependencies from config rather than manually listing...
  • fac5a71 Merge pull request #206 from bsipocz/MAINT_bot_cleanup
  • 5a5d9ce MAINT: adding mailmap to cleanup duplicates
  • 27ce711 MAINT: exclude bots from release notes
  • 3db7b8d Merge pull request #202 from astropy/dependabot/github_actions/actions-f2e6fc...
  • c5d3b7f Bump actions/setup-python from 5.4.0 to 5.5.0 in the actions group
  • 54a3ac3 Merge pull request #197 from WilliamJamieson/autoproperty
  • Additional commits viewable in compare view

Updates sphinx-issues from 5.0.0 to 5.0.1

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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 22, 2025 17:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 22, 2025
…ory with 9 updates

Bumps the all-minor-and-patch-dependency-updates group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.1.0` | `6.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.2` | `0.11.10` |
| [ase](https://gitlab.com/ase/ase) | `3.24.0` | `3.25.0` |
| [ray[default]](https://github.com/ray-project/ray) | `2.44.1` | `2.46.0` |
| [torch](https://github.com/pytorch/pytorch) | `2.6.0` | `2.7.0` |
| [tox](https://github.com/tox-dev/tox) | `4.25.0` | `4.26.0` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.3` | `8.2.3` |
| [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) | `0.18.0` | `0.19.0` |
| [sphinx-issues](https://github.com/sloria/sphinx-issues) | `5.0.0` | `5.0.1` |



Updates `pytest-cov` from 6.1.0 to 6.1.1
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v6.1.0...v6.1.1)

Updates `ruff` from 0.11.2 to 0.11.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.11.2...0.11.10)

Updates `ase` from 3.24.0 to 3.25.0
- [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst)
- [Commits](https://gitlab.com/ase/ase/compare/3.24.0...3.25.0)

Updates `ray[default]` from 2.44.1 to 2.46.0
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.44.1...ray-2.46.0)

Updates `torch` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.6.0...v2.7.0)

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 `sphinx` from 8.1.3 to 8.2.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.3)

Updates `sphinx-automodapi` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/astropy/sphinx-automodapi/releases)
- [Changelog](https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst)
- [Commits](astropy/sphinx-automodapi@v0.18.0...v0.19.0)

Updates `sphinx-issues` from 5.0.0 to 5.0.1
- [Commits](sloria/sphinx-issues@5.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: ruff
  dependency-version: 0.11.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: ase
  dependency-version: 3.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: ray[default]
  dependency-version: 2.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: torch
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: tox
  dependency-version: 4.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: sphinx
  dependency-version: 8.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: sphinx-automodapi
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: sphinx-issues
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/all-minor-and-patch-dependency-updates-4db34ebe17 branch from f018b98 to a2dca79 Compare May 30, 2025 20:15
@xiangchenjhu xiangchenjhu merged commit 70ef36b into main Jun 1, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/all-minor-and-patch-dependency-updates-4db34ebe17 branch June 1, 2025 05:47
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