Skip to content

Commit

Permalink
change >= to == in basic requirments' version to trigger dependen…
Browse files Browse the repository at this point in the history
…t bot
  • Loading branch information
AHReccese committed Feb 3, 2024
1 parent 258ec37 commit 9593254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests==1.0.0
setuptools>=40.8.0
wheel>=0.40.0
twine>=4.0.0
setuptools==40.8.0
wheel==0.40.0
twine==4.0.0
vulture>=1.0
bandit>=1.5.1
pydocstyle>=3.0.0
Expand Down

0 comments on commit 9593254

Please sign in to comment.