diff --git a/gpAux/client/install/src/windows/CreatePackage.bat b/gpAux/client/install/src/windows/CreatePackage.bat index 04bd76b52b7..a21458e9260 100644 --- a/gpAux/client/install/src/windows/CreatePackage.bat +++ b/gpAux/client/install/src/windows/CreatePackage.bat @@ -12,7 +12,7 @@ copy ..\..\..\..\..\gpMgmt\bin\gppylib\gpversion.py %GPDB_INSTALL_PATH%\bin\gppy perl -pi.bak -e "s,\$Revision\$,%VERSION%," %GPDB_INSTALL_PATH%\bin\gpload.py copy ..\..\..\..\..\gpMgmt\bin\gpload.bat %GPDB_INSTALL_PATH%\bin REM Install PyYAML using pip instead of extracting from tarball -pip3 install --target=%GPDB_INSTALL_PATH%\lib\python PyYAML==5.4.1 +pip3 install --target=%GPDB_INSTALL_PATH%\lib\python PyYAML==6.0.1 perl -p -e "s,__VERSION_PLACEHOLDER__,%VERSION%," greenplum-clients.wxs > greenplum-clients-%VERSION%.wxs candle.exe -nologo greenplum-clients-%VERSION%.wxs -out greenplum-clients-%VERSION%.wixobj -dSRCDIR=%GPDB_INSTALL_PATH% -dVERSION=%VERSION% light.exe -nologo -sval greenplum-clients-%VERSION%.wixobj -out greenplum-clients-x86_64.msi diff --git a/gpMgmt/bin/Makefile b/gpMgmt/bin/Makefile index 7092700b784..3c7a6780dcd 100644 --- a/gpMgmt/bin/Makefile +++ b/gpMgmt/bin/Makefile @@ -83,9 +83,9 @@ endif # This replaces the previously bundled tar.gz files to comply with Apache Release policy # MOCK_VERSION=1.0.1 -PYGRESQL_VERSION=5.2 -PSUTIL_VERSION=5.7.0 -PYYAML_VERSION=5.4.1 +PYGRESQL_VERSION=5.2.5 +PSUTIL_VERSION=7.2.2 +PYYAML_VERSION=6.0.1 download-python-deps: @echo "--- Downloading Python dependencies for gpMgmt modules" diff --git a/python-dependencies.txt b/python-dependencies.txt index 7ca6d4dcf65..5a9bb76cc02 100644 --- a/python-dependencies.txt +++ b/python-dependencies.txt @@ -1,3 +1,3 @@ -psutil==5.7.0 -pygresql==5.2 -pyyaml==5.4.1 +psutil==7.2.2 +pygresql==5.2.5 +pyyaml==6.0.1