From 572723f4ce77c67aa4bcecf8a163effab7604dde Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Sun, 24 Sep 2023 12:06:40 -0400 Subject: [PATCH] Non-JS dependencies update --- scripts/download-yt-dlp.sh | 4 ++-- scripts/pip-install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/download-yt-dlp.sh b/scripts/download-yt-dlp.sh index 13b5aef..29171ad 100644 --- a/scripts/download-yt-dlp.sh +++ b/scripts/download-yt-dlp.sh @@ -1,3 +1,3 @@ -# Pulls yt-dlp (2023.07.06 version) and saves it in `executables`. -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.07.06/yt-dlp > ../executables/yt-dlp; +# Pulls yt-dlp (2023.09.24 version) and saves it in `executables`. +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.09.24/yt-dlp > ../executables/yt-dlp; chmod a+x ../executables/yt-dlp; diff --git a/scripts/pip-install.sh b/scripts/pip-install.sh index 7ce2e37..b39f541 100644 --- a/scripts/pip-install.sh +++ b/scripts/pip-install.sh @@ -1 +1 @@ -pip3 install "pyHanko[pkcs11,image-support,opentype,xmp]"==0.20.0; +pip3 install "pyHanko[pkcs11,image-support,opentype,xmp]"==0.20.1;