We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb0f30 commit 9eb18f3Copy full SHA for 9eb18f3
requirements.txt
@@ -1,3 +1,3 @@
1
-certifi >= 2017.4.17
+certifi >= 2024.7.4
2
python-dateutil >= 2.1
3
-urllib3 >= 1.21.1, <2.0
+urllib3 ~= 2.5
scripts/run_snippet.sh
100644
100755
@@ -8,6 +8,6 @@ SCRIPT_DIR=$3
8
CONFIG_FILE_PATH=$4
9
echo "Run snippet file: $FILE_PATH"
10
11
-python ${SCRIPT_DIR}/insert-credentials.py $FILE_PATH $CONFIG_FILE_PATH $RUN_DIR
+python "${SCRIPT_DIR}/insert-credentials.py" "$FILE_PATH" "$CONFIG_FILE_PATH" "$RUN_DIR"
12
13
-python ./$RUN_DIR/"${FILE_PATH##*/}" || exit 1
+python "./$RUN_DIR/${FILE_PATH##*/}" || exit 1
scripts/run_snippets.sh
0 commit comments