Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-minor-and-patch-dependency-updates group with 7 updates:

Package From To
pytest-cov 6.1.0 6.1.1
ruff 0.11.2 0.11.7
ase 3.24.0 3.25.0
ray[default] 2.44.1 2.45.0
torch 2.6.0 2.7.0
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.7

Release notes

Sourced from ruff's releases.

0.11.7

Release Notes

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)
  • [refurb] Mark the FURB161 fix unsafe except for integers and booleans (#17240)

Rule changes

  • [perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)
  • [pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)
  • [pylint] make fix unsafe if delete comments (PLR1730) (#17459)

Documentation

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.7

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)
  • [refurb] Mark the FURB161 fix unsafe except for integers and booleans (#17240)

Rule changes

  • [perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)
  • [pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)
  • [pylint] make fix unsafe if delete comments (PLR1730) (#17459)

Documentation

0.11.6

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)

0.11.5

Preview features

  • [airflow] Add missing AIR302 attribute check (#17115)
  • [airflow] Expand module path check to individual symbols (AIR302) (#17278)
  • [airflow] Extract AIR312 from AIR302 rules (AIR302, AIR312) (#17152)
  • [airflow] Update oudated AIR301, AIR302 rules (#17123)
  • [syntax-errors] Async comprehension in sync comprehension (#17177)
  • [syntax-errors] Check annotations in annotated assignments (#17283)
  • [syntax-errors] Extend annotation checks to await (#17282)

Bug fixes

... (truncated)

Commits
  • f7b4851 Bump 0.11.7 (#17613)
  • 9937064 [red-knot] Use iterative approach to collect overloads (#17607)
  • 8d2c792 red_knot_python_semantic: avoid Rust's screaming snake case convention in mdtest
  • 0f47810 red_knot_python_semantic: improve diagnostics for unsupported boolean convers...
  • eb1d251 red_knot_python_semantic: add "return type span" helper method
  • a45a0a9 red_knot_python_semantic: move parameter span helper method
  • 43bd043 ruff_db: add a From impl for FileRange to Span
  • 9a54ee3 red_knot_python_semantic: add snapshot tests for unsupported boolean conversions
  • 25c3be5 [red-knot] simplify != narrowing (#17610)
  • e71f3ed [red-knot] Update == and != narrowing (#17567)
  • 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.45.0

Release notes

Sourced from ray[default]'s releases.

Ray-2.45.0

Ray Core

💫 Enhancements

  • Make Object Store Fallback Directory configurable (#51189).
  • [cgraph] Support with_tensor_transport(transport='shm') (#51872).
  • [cgraph] Support reduce scatter and all gather collective for GPU communicator in compiled graph (#50624).

🔨 Fixes

  • Make sure KillActor RPC with force_kill=True can actually kill the threaded actor (#51414).
  • [Autoscaler] Do not remove idle nodes for upcoming placement groups (#51122).
  • Threaded actors get stuck forever if they receive two exit signals (#51582).
  • [cgraph] Fix illegal memory access of cgraph when used in PP (#51734).
  • Avoid resubmitted actor tasks from hanging indefinitely (#51904).
  • Fix interleaved placement group creation process due to node failure (#52202).
  • Flush task events in CoreWorker::Shutdown instead of CoreWorker::Disconnect (#52374).

🏗 Architecture refactoring

Ray Libraries

Ray Data

🎉 New Features

  • New ClickHouse sink via Dataset.write_clickhouse() (#50377)
  • Support ray_remote_args_fn in Dataset.groupby().map_groups() to set per-group runtime env and resource hints (#51236)
  • Expose Dataset.name / set_name as a public API for easier lineage tracking (#51076)
  • Allow async callable classes in Dataset.flat_map() (#51180)
  • Introduce Ruleset abstraction for rule-based query optimisation (#51558)
  • Add seamless conversion from Daft DataFrame to Ray Dataset (#51531)
  • Improved support for line-delimited JSONL reading in read_json() (#52083)
  • Provide Dataset.export_metadata() for schema & stats snapshots (#52227)

💫 Enhancements

  • Metrics: number of map-actor workers alive / pending / restarting (#51082)
  • Continuous memory-usage polling per map task (#51324)
  • Auto-tune map-task memory based on output size (#51536)
  • More informative back-pressure progress bar (#51697)
  • Faster RefBundle.get_cached_location() lookup (#52097)
  • Speed-up for PandasBlock.size_bytes() (#52510)
  • Expanded BlockColumnAccessor utilities and ops (#51326, #51571)

🔨 Fixes

  • Correct MapTransformFn.__eq__ equality check (#51434)
  • Persist unresolved wildcard paths in FileBasedDataSource (#51424)
  • Repair Hugging Face dynamic-module loading on workers (#51488)
  • Prevent HTTP URLs from being expanded by _expand_paths (#50178)
  • Fix Databricks host-URL parsing in Delta datasource (#49926)
  • Restore reproducibility of Dataset.random_sample() (#51401)

... (truncated)

Commits
  • 4883bd5 [release] upload python 3.13 wheels (#52593)
  • 4e641de [release] 2.45.0 version change (#52584)
  • e8906c4 [data] Remove frivolous shutdown calls causing test error (#52557)
  • 8ca0bcb [java] run all pre-commit hooks (#52281)
  • 873e693 [core][autoscaler][v1] prune IPs from the LoadMetrics after terminating nodes...
  • c872a52 [data][train] Fix compute config for local_fs + jpeg image classification ben...
  • 9928903 feat: try ray banner (#52554)
  • c79a3de [Dashboard] Remove millisecond padding in DurationText component (#52395)
  • 60ed6fd [core] Deflake test_placement_group_4 (#52552)
  • 3a6eb90 [doc][kuberay] mention scale command (#52222)
  • Additional commits viewable in compare view

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 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

Bumps the all-minor-and-patch-dependency-updates group with 7 updates:

| 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.7` |
| [ase](https://gitlab.com/ase/ase) | `3.24.0` | `3.25.0` |
| [ray[default]](https://github.com/ray-project/ray) | `2.44.1` | `2.45.0` |
| [torch](https://github.com/pytorch/pytorch) | `2.6.0` | `2.7.0` |
| [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.7
- [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.7)

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.45.0
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.44.1...ray-2.45.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 `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.7
  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.45.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: 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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 1, 2025 13:06
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2025

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

@dependabot dependabot bot closed this May 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/all-minor-and-patch-dependency-updates-b4d9b5e866 branch May 22, 2025 17:34
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