Skip to content

Commit

Permalink
Update pylint from 2.12.1 to 3.1.0
Browse files Browse the repository at this point in the history
When trying to add Python 3.11 and 3.12, tests failed due to a
dependency chain issue with the chain starting at pylint and ending at
an outdated version of wrapt that did not support Python 3.11+. The
earliest version of pylint with an updated version of wrapt is pylint
2.15. However, pylint 3.1.0 is the current version, so use that instead.
  • Loading branch information
RytoEX committed Mar 26, 2024
1 parent 50e6253 commit 13f13db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ isort==5.10.1
mypy~=0.961
pycodestyle==2.8.0
pydocstyle==6.1.1
pylint==2.12.1
vulture==2.3
pylint==3.1.0
vulture==2.3

0 comments on commit 13f13db

Please sign in to comment.