diff --git a/pyproject.toml b/pyproject.toml index cf84374..da8353e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ optional = true mypy = "^1.10.0" types-requests = "^2.32.0.20240712" types-pyyaml = "^6.0.12.20240311" -pylint = {version=">=3.2.2,<5.0.0", extras=["spelling"]} +pylint = {version=">=4.0.6,<5.0.0", extras=["spelling"]} pre-commit = "^4.6.0" pyupgrade = "^3.21.2" pytest = "^9.0.1"