diff --git a/pyproject.toml b/pyproject.toml index 202c958..1d35772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ spell_check = ["codespell==2.4.3"] coverage = [{ include-group = "tests" }, "coverage==7.16.0"] # 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.6.0", "twine==7.0.0"] +packaging = ["build==1.6.1", "twine==7.0.0"] dev = [ { include-group = "tests" }, { include-group = "linting" },