Skip to content

Commit 13f13db

Browse files
committed
Update pylint from 2.12.1 to 3.1.0
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.
1 parent 50e6253 commit 13f13db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ isort==5.10.1
44
mypy~=0.961
55
pycodestyle==2.8.0
66
pydocstyle==6.1.1
7-
pylint==2.12.1
8-
vulture==2.3
7+
pylint==3.1.0
8+
vulture==2.3

0 commit comments

Comments
 (0)