diff --git a/pyproject.toml b/pyproject.toml index 68f65a8..c970de9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pylint>=4.0.6,<5", + "pylint>=4.0.7,<5", "pytest>=9.1.1,<10", "pytest-cov>=7.1.0,<8", ]