diff --git a/pyproject.toml b/pyproject.toml index 7caf1ed..4210171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = ["readme", "version"] coverage = ["coverage==7.13.4"] formatting = ["black==25.12.0", "isort==8.0.1"] linting = ["pylint==4.0.5"] -spellcheck = ["codespell==2.4.1"] +spellcheck = ["codespell==2.4.2"] test_packaging = ["build==1.4.0", "twine==6.2.0"] tests = ["pytest==9.0.2"] type_check = ["mypy==1.19.1"]