chore(deps): bump tox to 4.56.1 and ruff to 0.15.20 - #82
Merged
Conversation
Bumps the all-dependencies group with 2 updates: [tox](https://github.com/tox-dev/tox) and [ruff](https://github.com/astral-sh/ruff). Updates `tox` from 4.54.0 to 4.56.1 - [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.54.0...4.56.1) Updates `ruff` from 0.15.13 to 0.15.20 - [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.15.13...0.15.20) --- updated-dependencies: - dependency-name: tox dependency-version: 4.56.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 two dev/lint tools in the
all-dependenciesgroup, rebased onto currentmain(mloda 0.9.0):tox4.54.0 -> 4.56.1ruff0.15.13 -> 0.15.20uv.lock-only change. No source, no pin edits (both are unpinned dev deps inpyproject.toml, so the lockfile is the single source of truth). No transitive dependency churn.Supersedes #76, which was based on an older
main(its merge base still carried mloda 0.8.0). This branch is the same bump verified against currentmain.Verification
uv sync --all-extrasclean on mloda 0.9.0.toxgreen: pytest (17 passed),ruff format --check(no format drift from 0.15.20),ruff check,mypy --strict,bandit.tox -landtox cboth succeed (env discovery works with tox 4.56.1 + tox-uv 1.35.2).skip_missing_interpretersdefault (True -> False); harmless here since tox-uv auto-downloads python3.10 for every CI matrix leg, so the interpreter is never missing.