diff --git a/pyproject.toml b/pyproject.toml index c12f5bb..eb65932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,6 @@ dependencies = [ # Lock file: requirements_dev.txt optional-dependencies.dev = [ "black == 24.10.0", - "pylint == 3.3.1", + "pylint == 3.3.2", "pytest == 8.3.3", ] diff --git a/requirements_dev.txt b/requirements_dev.txt index 8f9cbdc..16d0e85 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,6 +11,6 @@ packaging == 24.2 pathspec == 0.12.1 platformdirs == 4.3.6 pluggy == 1.5.0 -pylint == 3.3.1 +pylint == 3.3.2 pytest == 8.3.3 tomlkit == 0.13.2