chore(deps-dev): bump the python group, keeping djangorestframework-stubs - #3341
Open
vpetersson-bot wants to merge 1 commit into
Open
vpetersson-bot wants to merge 1 commit into
vpetersson-bot wants to merge 1 commit into
Conversation
…tubs
Dependabot's python group update rewrote the `dev-host` entry
`djangorestframework-stubs==3.18.1` as `djangorestframework==3.18.1`,
dropping the stubs package entirely. `mypy_drf_plugin` ships inside
djangorestframework-stubs and is named in `[tool.mypy] plugins`, so
mypy aborted before type-checking anything:
pyproject.toml:1: error: Error importing plugin
"mypy_drf_plugin.main": No module named 'mypy_drf_plugin' [misc]
This carries the same seven bumps Dependabot intended, with the
dev-host stubs entry left in place:
ansible-core 2.21.3 -> 2.21.4
django-dbbackup 5.3.0 -> 5.3.1
djangorestframework 3.18.0 -> 3.18.1
pygit2 1.20.0 -> 1.20.1
ruff 0.16.6 -> 0.16.7
sentry-sdk 2.68.1 -> 2.69.1
time-machine 3.5.0 -> 3.5.1
uv.lock regenerated with `uv lock`. `uv run mypy .` passes
(202 source files), as do `ruff check` and `ruff format --check`.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
|
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.



Why
Dependabot's open python-group update rewrote the
dev-hostentrydjangorestframework-stubs==3.18.1intodjangorestframework==3.18.1,dropping the stubs package from the dev/mypy dependency groups. It looks
like it collapsed the two similarly-named packages while bumping
djangorestframework3.18.0 → 3.18.1 in theservergroup.mypy_drf_pluginships insidedjangorestframework-stubsand is named in[tool.mypy] plugins, sorun-mypy (3.13)failed before checking anything:What
The same seven bumps Dependabot intended, with the
dev-hoststubs entryleft alone:
All are patch-level.
uv.lockwas regenerated withuv lockrather thanhand-edited, and resolves exactly those seven and nothing else.
Verification
uv run mypy .— Success: no issues found in 202 source filesuv run ruff check .— All checks passeduv run ruff format --check .— 255 files already formattedSupersedes Dependabot's python-group PR, which can be closed once this merges.
🤖 Generated with Claude Code