chore(deps-dev): bump the python-development group across 1 directory with 4 updates - #274
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
… with 4 updates Updates the requirements on [mypy](https://github.com/python/mypy), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [twine](https://github.com/pypa/twine) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v2.3.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.1.0) Updates `twine` to 7.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@6.0.1...7.0.0) Updates `hatchling` to 1.32.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v0.3...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development dependency-group: python-development - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: python-development - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-development - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development dependency-group: python-development ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/python/python-development-b4eb1328d6
branch
from
August 14, 2026 15:10
513e6b5 to
6e645bf
Compare
nicklambourne
added a commit
that referenced
this pull request
Aug 14, 2026
Supersedes #274: dependabot widened the ranges (including the hatchling metadata workaround pin) without regenerating uv.lock, leaving the old twine to reject the new hatchling's Core Metadata 2.5. Twine 7 validates 2.5, so the pin can go — provided the lock actually upgrades with it. Co-authored-by: Nicholas Lambourne <nicholas@mini.local>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/pip/python/python-development-b4eb1328d6
branch
August 14, 2026 15:43
nicklambourne
added a commit
that referenced
this pull request
Aug 17, 2026
Supersedes #274: dependabot widened the ranges (including the hatchling metadata workaround pin) without regenerating uv.lock, leaving the old twine to reject the new hatchling's Core Metadata 2.5. Twine 7 validates 2.5, so the pin can go — provided the lock actually upgrades with it.
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.
Updates the requirements on mypy, pytest-cov, twine and hatchling to permit the latest version.
Updates
mypyto 2.3.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
8aabf84Drop +dev from version4d8ad2aUpdate changelog for 2.3 release (#21728)2c21546[mypyc] Update documentation of race conditions under free threading (#21726)a9f62a3[mypyc] Make attribute access memory safe on free-threaded builds (#21705)0faa413UsePYODIDEenvironment variable for Emscripten cross-compilation detection...3d75cdb[mypyc] Borrow final attributes more aggressively (#21702)24c237d[mypyc] Improve documentation of Final (#21713)b5be217[mypyc] Update free threading Python compatibility docs (#21711)cbcb51aNarrow for frozendict membership check (#21709)af2bc0fSync typeshed (#21707)Updates
pytest-covto 7.1.0Changelog
Sourced from pytest-cov's changelog.
... (truncated)
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...Updates
twineto 7.0.0Changelog
Sourced from twine's changelog.
... (truncated)
Commits
fdb86cbUpdate changelog for 7.0.0 (#1344)bfa7f7fchangelog: backfill entries from PRs (#1330)4f20c0dRemove monkeypatch allowing Metadata 2.0 (#1317)1df249ebuild(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#1318)bea9607fix: bump minimum rich dependency to 14.3.3 to prevent verbose hang (#1308)ac17a17build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1311)039cedfbuild(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#1313)d465cb0Handle non-standard HTTP status codes (#1309)cab618fBumppackaging >= 26.1(#1310)2d06e11build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#1307)Updates
hatchlingto 1.32.0Release notes
Sourced from hatchling's releases.
Commits
558061cFix ci (#2377)bc6d1bcrelease Hatch v1.18.0 (#2376)8429e5drelease Hatchling v1.32.0 (#2375)413b3a8Prepare for release (#2374)4ccc9eaBug Fix - fix CTRL-C behavior to correctly handle signals (#2369)a885803Add sources to enable other types of local dependencies (#2313)ab3e000Add --all flag to hatch build for building all workspace members (#2352)bb90277fix: Allow the; privateannotation inimport-names/import-namespacesp...3a9d853fix: prevent backward relative paths in readme (#2354)c4dc4f8test: Fix test expectations for metadata generated byflit-core(#2365)