commit | fdce3c4cc7063a84da6038fe6dd5058ea696e698 | [log] [tgz] |
---|---|---|
author | jschung <[email protected]> | Mon Jan 09 12:37:56 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Jan 09 12:37:56 2023 +0000 |
tree | cd1dcf22b63119f3354dd24f5be49e5cf4827f0e | |
parent | 6a7b90288915d439875c961b9b34fcdea20d8cab [diff] | |
parent | ed1d1ad4c02548c78a04bcb8542f749df96e4651 [diff] |
Resolve security vulnerability. am: ed1d1ad4c0 Original change: https://android-review.googlesource.com/c/platform/tools/test/openhst/+/2375477 Change-Id: I13604b2cd05e0a6cf8517aa28a35e0724d55addb Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/start_venv.sh b/start_venv.sh index cc2af8e..fe6ecf4 100644 --- a/start_venv.sh +++ b/start_venv.sh
@@ -13,7 +13,7 @@ # limitations under the License. #!/bin/bash -python -m pip install wheel -python -m pip install requests -python -m pip install --upgrade requests -python -m pip install -r requirements.txt +python -m pip install --require-hashes wheel +python -m pip install --require-hashes requests +python -m pip install --require-hashes --upgrade requests +python -m pip install --require-hashes -r requirements.txt