File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
3939
4040 - name : Set up Python
41- uses : actions/setup-python@v5.3 .0
41+ uses : actions/setup-python@v5.4 .0
4242 with :
4343 python-version : " 3.X"
4444
Original file line number Diff line number Diff line change @@ -40,19 +40,19 @@ BUILD_NUMBER=custom
4040
4141BZIP2_VERSION =1.0.8
4242
43- XZ_VERSION =5.6.3
43+ XZ_VERSION =5.6.4
4444
4545# Preference is to use OpenSSL 3; however, Cryptography 3.4.8 (and
4646# probably some other packages as well) only works with 1.1.1, so
4747# we need to preserve the ability to build the older OpenSSL (for now...)
48- OPENSSL_VERSION =3.0.15
48+ OPENSSL_VERSION =3.0.16
4949# OPENSSL_VERSION=1.1.1w
5050# The Series is the first 2 digits of the version number. (e.g., 1.1.1w -> 1.1)
5151OPENSSL_SERIES =$(shell echo $(OPENSSL_VERSION ) | grep -Eo "\d+\.\d+")
5252
5353MPDECIMAL_VERSION =4.0.0
5454
55- LIBFFI_VERSION =3.4.6
55+ LIBFFI_VERSION =3.4.7
5656
5757CURL_FLAGS =--disable --fail --location --create-dirs --progress-bar
5858
You can’t perform that action at this time.
0 commit comments