Skip to content

Commit

Permalink
NO-ISSUE: upgrade linter packages in requirements-dev.txt
Browse files Browse the repository at this point in the history
Upgrading pylint is needed for Python 3.12 compatibility

* PyCQA/flake8#1885
  • Loading branch information
jiridanek committed Dec 29, 2023
1 parent 773356a commit 422825c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ websockets>=9.1
psutil

# For running the python-checker tests
hacking==4.1.0
# hacking 4.1.0 requires flake8<3.9.0 and >=3.8.0
flake8==3.8.4
pylint==2.13.9
mypy==0.950
hacking==6.1.0
flake8==6.1.0
pylint==3.0.3
mypy==1.8.0

0 comments on commit 422825c

Please sign in to comment.