We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a505f commit 1d54d4bCopy full SHA for 1d54d4b
fuzzing/oss-fuzz-scripts/container-environment-bootstrap.sh
@@ -53,5 +53,5 @@ download_and_concatenate_common_dictionaries "$SEED_DATA_DIR/__base.dict" \
53
54
# The OSS-Fuzz base image has outdated dependencies by default so we upgrade them below.
55
python3 -m pip install --upgrade pip
56
- # Upgrade to the latest versions known to work at the time the below changes were introduced:
+# Upgrade to the latest versions known to work at the time the below changes were introduced:
57
python3 -m pip install 'setuptools~=69.0' 'pyinstaller~=6.0'
0 commit comments