From 6b01cbca5dc8548540099044a81022e4197fbbd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 12:07:08 +0000 Subject: [PATCH] [PIP]: Bump pylint from 2.17.7 to 4.0.3 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.7 to 4.0.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.7...v4.0.3) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29c0ab6..7352a4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ openai==0.28.1 # Required for the GitHub workflow "PyLint" and when writing new code. # Should be pinned to a specific version as newer versions might have new or changed linting rules. -pylint==2.17.7 +pylint==4.0.3 # Only for fixing this Pylint error: ModuleNotFoundError: No module named 'typing_extensions' # See https://github.com/Sebi94nbg/teamspeak3-python-bot/actions/runs/3864557425/jobs/6587510172