From 246b4f6a0d3c0e1ca0268b1ee8c3f2b74041f907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 14:00:58 +0000 Subject: [PATCH] build(deps-dev): update pylint requirement from ^3.2.7 to ^4.0.5 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/v3.2.7...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acbd6a7c9..170169b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -187,7 +187,7 @@ start = "rare.main:main" [tool.poetry.dev-dependencies] Nuitka = "^4.0.8" -pylint = "^3.2.7" +pylint = "^4.0.5" black = "^26.3.1" PySide6-stubs = "^6.4.2.0"