Skip to content

Commit

Permalink
don't specify minor version in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Oct 6, 2023
1 parent 4117092 commit 9f93b2e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pip==23.2.1
wheel==0.41.0
certifi==2023.7.22
idna~=3.4
urllib3==2.0.4
setuptools==68.0.0
requests==2.31.0
pip==23.*
wheel==0.*
certifi==2023.*
idna~=3.*
urllib3==2.*
setuptools==68.*
requests==2.*

0 comments on commit 9f93b2e

Please sign in to comment.