Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spell_check = ["codespell==2.4.3"]
coverage = [{ include-group = "tests" }, "coverage==7.15.2"]
# build/twine are only needed to build & publish this package to PyPI, not by users installing it, so they live
# here rather than as a pip-installable extra.
packaging = ["build==1.5.0", "twine==6.2.0"]
packaging = ["build==1.5.0", "twine==7.0.0"]
dev = [
{ include-group = "tests" },
{ include-group = "linting" },
Expand Down
Loading