Skip to content

Commit

Permalink
actually update lint dep numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbannon committed Apr 26, 2024
1 parent 39e7ad7 commit 6a201b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ test = [
"pytest-rerunfailures~=14.0",
]
lint = [
"black~=24.3",
"isort~=5.13",
"pylint~=3.1",
"black~=22.3",
"isort~=5.10",
"pylint~=2.13",
]
docs = [
"sphinx~=7.0",
Expand Down

0 comments on commit 6a201b8

Please sign in to comment.