Skip to content

Commit

Permalink
Do not let pip upgrade on virus total deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jul 22, 2024
1 parent 0541d35 commit 93e8fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/static/ci/tools-virustotal.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--constraint=../ci/py{py_version}/tools.txt

virustotal3
# Prevent pip from upgrading
pip>=24.0.0
1 change: 1 addition & 0 deletions requirements/static/ci/tools.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ boto3
pyyaml
jinja2
packaging
# Prevent pip from upgrading
pip>=24.0.0

0 comments on commit 93e8fcf

Please sign in to comment.