Bump the all-minor-and-patch-dependency-updates group across 1 directory with 9 updates #108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all-minor-and-patch-dependency-updates group with 9 updates in the / directory:
6.1.0
6.1.1
0.11.2
0.11.10
3.24.0
3.25.0
2.44.1
2.46.0
2.6.0
2.7.0
4.25.0
4.26.0
8.1.3
8.2.3
0.18.0
0.19.0
5.0.0
5.0.1
Updates
pytest-cov
from 6.1.0 to 6.1.1Changelog
Sourced from pytest-cov's changelog.
Commits
9463242
Bump version: 6.1.0 → 6.1.17f2781b
Update changelog.a59548f
Allow the context plugin to check if the controller is running or not. Fixes ...Updates
ruff
from 0.11.2 to 0.11.10Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (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] Fixredundant-cast
false positives when casting toUnknown
(#18111)b600ff1
Sync vendored typeshed stubs (#18110)466021d
[flake8-simplify
] add fix safety section (SIM112
) (#18099)Updates
ase
from 3.24.0 to 3.25.0Commits
f958ae3
ASE version 3.25.0cc60d69
remove extraneous space20401e2
Merge branch 'tersoff_calculator' into 'master'23f1a95
ENH: Built-in Tersoff Calculator Implementation7f876a3
Merge branch 'ase-npt_triangular' into 'master'8737cf1
Merge branch 'iocontext-del' into 'master'3e180ae
changelog entry for npt irun() fixf42ef27
Merge branch 'gui-atoms-wrap' into 'master'0fbc033
Merge branch 'fix-npt-irun' into 'master'66a2d6b
changelog entryUpdates
ray[default]
from 2.44.1 to 2.46.0Release notes
Sourced from ray[default]'s releases.
... (truncated)
Commits
c3dd2ca
2.46.0 version change (#52774)4919aa4
[train] add XGBoostTrainer user guide (#52355)d74d17c
[core] Removeworker_context_
dependency from the task receiver (#52740)c6c338c
[Data] Added support for Joins (using hash-shuffle) (#52728)a7f1f24
[Data] support num_cpus, memory, concurrency, batch_size for preprocess (#52574)715a416
[data] support new pyiceberg version (#51744)fca1963
Fix typo in Ray Tune PyTorch Lightning docs (#52756)7704041
[core] Deflaketest_logging.py
(#52749)10cc0f2
[core] Deflake and speed uptest_gcs_fault_tolerance.py
(#52743)279815b
[Serve.llm] Add router replicas and batch size to llm config (#52655)Updates
torch
from 2.6.0 to 2.7.0Release notes
Sourced from torch's releases.
... (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 forsm100
,sm120
(#150...Updates
tox
from 4.25.0 to 4.26.0Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
7c3fae8
release 4.26.092d4ed3
Feat: free-threaded python support (#3526)957f2f8
Fix for tox4 regression issue with setenv file and substitutions (#2435) (#3521)5f07ba8
Test with Python 3.14 (#3533)50e51eb
Drop support for EOL Python 3.8 (#3527)19126da
Fix custom HelpFormatter for Python 3.14 (#3524)f082f80
[pre-commit.ci] pre-commit autoupdate (#3522)51aac32
Fix using deprecated virtualenv option--wheel
(#3528)b770ed5
Add colour to CI logs (#3525)4a8e50e
[pre-commit.ci] pre-commit autoupdate (#3520)Updates
sphinx
from 8.1.3 to 8.2.3Release notes
Sourced from sphinx's releases.
... (truncated)
Commits
847ad0c
Bump to 8.2.3 final4091fe3
Add CHANGES for Sphinx 8.2.3c84c21f
Correct the date for Sphinx 8.2.2b3881bb
Fix _CurrentDocument membership testing with '{c,cpp}:parent_symbol'92b5303
Define_StrPath.__radd__()
5739a9d
Bump versionee96ef3
Bump to 8.2.2 final3e0021c
Move Sphinx 8.2.2 CHANGES to doc/changes1a62f31
Fix apidoc extension not setting default header/package name (#13391)13d2899
ReplaceNone
filename with''
inSphinx.add_js_file()
(#13402)Updates
sphinx-automodapi
from 0.18.0 to 0.19.0Release notes
Sourced from sphinx-automodapi's releases.
Changelog
Sourced from sphinx-automodapi's changelog.
Commits
58f8209
Finalizing changelog for v0.19.06a95b55
CI: hacking around wildchar4963a9e
Merge pull request #207 from bsipocz/MAINT_fix_release_jobbe65dd1
CI: install actual test dependencies from config rather than manually listing...fac5a71
Merge pull request #206 from bsipocz/MAINT_bot_cleanup5a5d9ce
MAINT: adding mailmap to cleanup duplicates27ce711
MAINT: exclude bots from release notes3db7b8d
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 group54a3ac3
Merge pull request #197 from WilliamJamieson/autopropertyUpdates
sphinx-issues
from 5.0.0 to 5.0.1Commits
db081ac
Bump version and update changelog14aad3f
Fix roles for users with non-\w characters in them (#175)f95baf6
[pre-commit.ci] pre-commit autoupdate (#173)0468385
[pre-commit.ci] pre-commit autoupdate (#172)dff95d2
[pre-commit.ci] pre-commit autoupdate (#171)79248e9
[pre-commit.ci] pre-commit autoupdate (#170)846e74c
[pre-commit.ci] pre-commit autoupdate (#169)850ebf9
Add test cases to repro #116 (#168)659ba40
Readme improvements (#167)0c942eb
[pre-commit.ci] pre-commit autoupdate (#166)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