Skip to content

Commit e8f6717

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 14b73b5 commit e8f6717

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The lintner versions are:
6464
```bash
6565
pycodestyle==2.8.0
6666
pydocstyle==6.1.1
67-
pylint==2.12.1
67+
pylint==3.1.0
6868
mypy==0.910
6969
black==21.11b1
7070
flake8==4.0.1

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)