diff --git a/pyproject.toml b/pyproject.toml index 8957067..739017f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ default-groups = ["lint", "test", "tox", "typing"] [dependency-groups] lint = [ - "codespell==2.2.6", # https://github.com/codespell-project/codespell (latest: 2.2.6) + "codespell==2.4.3", # https://github.com/codespell-project/codespell (latest: 2.2.6) "pylint==4.0.6", # https://github.com/pylint-dev/pylint (latest: 3.1.0) "requests==2.34.2", # https://github.com/psf/requests (latest: 2.31.0) "ruff==0.3.7", # https://github.com/astral-sh/ruff (latest: 0.3.7)