Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements.txt
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.
BethanyG authored Nov 9, 2023
1 parent 9498834 commit 37300ba
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 37300ba

Please sign in to comment.