diff --git a/pyproject.toml b/pyproject.toml index 0921d4e..14d6c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.6.10", + "pydoclint == 0.7.3", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]