diff --git a/pyproject.toml b/pyproject.toml index 5fa824a..dc5d95f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,5 +34,5 @@ version = {attr = "logiklib.__version__"} test = [ "pytest==8.4.2", "flake8==7.3.0", - "codespell==2.4.1" + "codespell==2.4.2" ]