Skip to content

Commit 420be95

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 420be95

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
@@ -63,7 +63,7 @@ The lintner versions are:
6363
```bash
6464
pycodestyle==2.8.0
6565
pydocstyle==6.1.1
66-
pylint==2.12.1
66+
pylint==3.1.0
6767
mypy==0.910
6868
black==21.11b1
6969
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)