From c8d97a2315a03d5bd3dffc9457d9781147172940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:25:24 +0000 Subject: [PATCH] chore(pykotor)(deps-dev): update pylint requirement Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-2.0...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Libraries/PyKotor/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"" },