chore(deps): bump mypy (>=2.1.0) and ruff (>=0.15.18) dev deps#173
Open
BeArchiTek wants to merge 1 commit into
Open
chore(deps): bump mypy (>=2.1.0) and ruff (>=0.15.18) dev deps#173BeArchiTek wants to merge 1 commit into
BeArchiTek wants to merge 1 commit into
Conversation
Combines Dependabot PRs #156 (mypy >=1.19.1 -> >=1.20.1) and #157 (ruff >=0.14.10 -> >=0.15.10), bumping both straight to the current latest (mypy 2.1.0, ruff 0.15.18) and updating uv.lock in sync — Dependabot only edited pyproject.toml and left the lockfile stale. Verified: ruff format/check and mypy all pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 22, 2026
Deploying infrahub-docs with
|
| Latest commit: |
fa479fe
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ab4290f0.infrahub-docs.pages.dev |
| Branch Preview URL: | https://chore-bump-python-dev-deps.infrahub-docs.pages.dev |
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.
Combines and supersedes the two open Python Dependabot PRs, bumping both dev-dependency floors straight to the current latest instead of the now-stale versions Dependabot proposed back in April.
>=1.19.1>=1.20.1(#156)>=2.1.0>=0.14.10>=0.15.10(#157)>=0.15.18Also updates
uv.lockto match — Dependabot only editedpyproject.tomland left the lockfile pinning the old versions.Verification
ruff format --check,ruff check(incl.--select I), andmypy .all pass with mypy 2.1.0 (major bump from 1.x) and ruff 0.15.18.Supersedes #156 and #157.
🤖 Generated with Claude Code