Bump the "dependencies" group with 3 updates across multiple ecosystems - #273
Merged
Conversation
Bumps the dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v7.0.0...v7.0.1) Updates `actions/setup-python` from 6.3.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.3.0...v7.0.0) Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [pre-commit](https://github.com/pre-commit/pre-commit) and [tox-uv](https://github.com/tox-dev/tox-uv). Updates `pre-commit` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.1) Updates `tox-uv` from 1.35.2 to 1.36.0 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](tox-dev/tox-uv@1.35.2...1.36.0) Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [https://github.com/PyCQA/docformatter](https://github.com/PyCQA/docformatter), [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit). Updates `https://github.com/PyCQA/docformatter` from v1.7.7 to 1.7.8 - [Release notes](https://github.com/PyCQA/docformatter/releases) - [Changelog](https://github.com/PyCQA/docformatter/blob/master/CHANGELOG.md) - [Commits](PyCQA/docformatter@v1.7.7...v1.7.8) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.22 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.22...v0.16.0) Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.37 to 0.2.43 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](rvben/rumdl-pre-commit@v0.2.37...v0.2.43) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tox-uv dependency-version: 1.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: https://github.com/PyCQA/docformatter dependency-version: 1.7.8 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.43 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
kattni
approved these changes
Aug 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dependencies group with 2 updates: actions/checkout and actions/setup-python.
Updates
actions/checkoutfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-pythonfrom 6.3.0 to 7.0.0Release notes
Sourced from actions/setup-python's releases.
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)Bumps the dependencies group with 2 updates: pre-commit and tox-uv.
Updates
pre-commitfrom 4.6.0 to 4.6.1Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repo374d354Merge pull request #3711 from damonbayer/dmb_JULIA_DEPOT_PATH1e7994fset JULIA_DEPOT_PATHb2b9119Merge pull request #3719 from pre-commit/npm-unknown-optionsUpdates
tox-uvfrom 1.35.2 to 1.36.0Release notes
Sourced from tox-uv's releases.
Commits
6268ef9👷 ci: add Python 3.15 to the test matrix (#358)12edb70[pre-commit.ci] pre-commit autoupdate (#357)a6d24f8Replace prettier with mdformat and yamlfmt (#356)8bab275build(deps): bump astral-sh/setup-uv from 8.3.1 to 8.3.2 (#355)75c7409build(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.1 (#354)a4ef4f2[pre-commit.ci] pre-commit autoupdate (#353)16203a1build(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 (#352)af040e7[pre-commit.ci] pre-commit autoupdate (#351)1a09434💰 Surface GitHub Sponsors + thanks.dev9781bb7[pre-commit.ci] pre-commit autoupdate (#350)Bumps the dependencies group with 3 updates: https://github.com/PyCQA/docformatter, https://github.com/astral-sh/ruff-pre-commit and https://github.com/rvben/rumdl-pre-commit.
Updates
https://github.com/PyCQA/docformatterfrom v1.7.7 to 1.7.8Release notes
Sourced from https://github.com/PyCQA/docformatter's releases.
Changelog
Sourced from https://github.com/PyCQA/docformatter's changelog.
Commits
0032269release/v1.7.8 (#342)ab715b8chore: update AUTHORS.rst file with new author(s)4754c77Match spacing after module docstring between black and--black(#335)d08ebe3chore(deps-dev): bump pygments from 2.19.2 to 2.20.0 (#341)901869dchore(deps-dev): bump urllib3 from 2.5.0 to 2.6.3 (#334)4dfae40fix: handle multiline string tokens in parameter formatting (#336)7624852chore(deps-dev): bump virtualenv from 20.32.0 to 20.36.1 (#337)72c0a04fix: add multi-line window creation for section header detection (#339)d9ace1ffix: resolve several empty line regressions (#330)7798699chore: update AUTHORS.rst file with new author(s)Updates
https://github.com/astral-sh/ruff-pre-commitfrom v0.15.22 to 0.16.0Release notes
Sourced from https://github.com/astral-sh/ruff-pre-commit's releases.
Commits
cb8c523Mirror: 0.16.0162e162Bump astral-sh/setup-uv from 8.2.0 to 8.3.2 in the github-actions group (#176)Updates
https://github.com/rvben/rumdl-pre-commitfrom v0.2.37 to 0.2.43Release notes
Sourced from https://github.com/rvben/rumdl-pre-commit's releases.
Commits
75cad3eMirror: 0.2.435597a27Mirror: 0.2.4269fb808Mirror: 0.2.414addd59Mirror: 0.2.4057f5462Mirror: 0.2.3936a18a3Mirror: 0.2.38Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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