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