diff --git a/Libraries/PyKotor/pyproject.toml b/Libraries/PyKotor/pyproject.toml index a70f28299..0f859a14d 100644 --- a/Libraries/PyKotor/pyproject.toml +++ b/Libraries/PyKotor/pyproject.toml @@ -235,7 +235,7 @@ mypy = [ { version = ">=1.19.1", markers = "python_version >= \"3.9\"" }, ] pyflakes = [{ version = ">=2.0.0,<3.5.0", markers = "python_version < \"3.9\"" }] -pylint = [{ version = ">=2.0.0,<3.3.10", markers = "python_version < \"3.9\"" }] +pylint = [{ version = ">=2.0.0,<4.0.7", markers = "python_version < \"3.9\"" }] pytest-cov = ">=4.0.0" pytest-html = [ { version = ">=3.0.0,<4.0.0", markers = "python_version < \"3.9\"" },