Skip to content

Commit

Permalink
Update requirements_dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb authored Nov 18, 2024
1 parent 281e124 commit 43eb3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pre-commit>=2.21.0,<3; python_version<"3.9"
pre-commit~=4.0; python_version>="3.9"
pylint~=2.17; python_version<"3.8"
pylint==3.3.1; python_version=="3.8"
pylint==3.2.7; python_version=="3.8"
pylint~=3.3; python_version>="3.9"
pytest~=7.4; python_version<"3.8"
pytest~=8.3; python_version>="3.8"
Expand Down

0 comments on commit 43eb3b0

Please sign in to comment.