diff --git a/pyproject.toml b/pyproject.toml index 3fa62dc..ae71460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ app = "app.main:main" dev-dependencies = [ "black<25.9.1,>=25.9.0", "coverage<8.0.0,>=7.5.0", - "pylint<4.0.0,>=3.1.0", + "pylint<4.1.0,>=4.0.0", "pylint-exit<2.0.0,>=1.2.0", "pytest<9.0.0,>=8.1.1", "requests-mock<2.0.0,>=1.12.1",