diff --git a/pyproject.toml b/pyproject.toml index ad989e9..a487389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ coverage = ["coverage==7.13.5"] formatting = ["black==26.3.1", "isort==8.0.1"] linting = ["pylint==4.0.5"] spellcheck = ["codespell==2.4.2"] -test_packaging = ["build==1.4.0", "twine==6.2.0"] +test_packaging = ["build==1.4.2", "twine==6.2.0"] tests = ["pytest==9.0.2"] type_check = ["mypy==1.19.1"]