chore(deps): bump the all-deps group across 1 directory with 3 updates#693
Open
dependabot[bot] wants to merge 4 commits intomainfrom
Open
chore(deps): bump the all-deps group across 1 directory with 3 updates#693dependabot[bot] wants to merge 4 commits intomainfrom
dependabot[bot] wants to merge 4 commits intomainfrom
Conversation
Bumps the all-deps group with 3 updates in the /examples/pa-opportunity-example directory: [fastapi](https://github.com/fastapi/fastapi), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.124.4 to 0.135.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.124.4...0.135.3) Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.0) Updates `ruff` from 0.9.10 to 0.15.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.9.10...0.15.10) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-deps ... 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.
Manual fixes
1. Ruff 0.15 import sorting auto-fix
Ruff 0.15 reclassified
common_grantsas first-party under stricter I001 rules, changing expected import sort order in test files. Ranruff check --fixto auto-sort.2. Dependabot linter-tools group
Added a
linter-toolsgroup to all 4 Python ecosystem entries in.github/dependabot.yml. This groups ruff/black/mypy bumps into their own PRs, separate from functional dependency updates. This prevents ruff version bumps (which often introduce new lint rules that breakselect = ["ALL"]) from being bundled with unrelated package updates.3. DEPENDENCY_MANAGEMENT.md update
Documented the linter-tools grouping strategy in the Strategy section and World B section.
Original Dependabot description
Bumps the all-deps group with 3 updates in the /examples/pa-opportunity-example directory: fastapi, mypy and ruff.
Updates
fastapifrom 0.124.4 to 0.135.3Updates
mypyfrom 1.19.1 to 1.20.0Updates
rufffrom 0.9.10 to 0.15.10