From 04ef6e9cce97f152571f8e9619f836bb4419de89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:02:08 +0000 Subject: [PATCH] [PIP]: Bump pylint from 2.17.5 to 2.17.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 2.17.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b92acb5..e78e8b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ openai==0.27.9 # 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.5 +pylint==2.17.7 # 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