Skip to content

Commit

Permalink
Update requirements.txt (#66)
Browse files Browse the repository at this point in the history
Pinned to version `2.17.7`, until we can update the code to not depend on `epylint`.  We also need to update/depreciate Python `3.7`, since versions of Pylint higher than 2.17.7 no longer support it.
  • Loading branch information
BethanyG authored Nov 10, 2023
1 parent 9498834 commit 8cd4833
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
@@ -1,2 +1,2 @@
pylint >=2.17.1
plerr ~=3.0.0
pylint ==2.17.7
plerr ~=3.0.0

0 comments on commit 8cd4833

Please sign in to comment.