diff --git a/pyproject.toml b/pyproject.toml index b204f9a..3e819a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ tests = [ "pytest==8.3.4" ] linting = [ - "pylint==3.3.2" + "pylint==3.3.3" ] type_check = [ "mypy[pydantic]==1.14.0"