File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export MACOSX_DEPLOYMENT_TARGET
59
59
60
60
# Versions we're going to install
61
61
PY_VERSION=3.9
62
- PY_DOT_VERSION=3.9.16
62
+ PY_DOT_VERSION=3.9.17
63
63
ZMQ_VERSION=4.3.4
64
64
LIBSODIUM_VERSION=1.0.18
65
65
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ echo "**** Setting Variables"
94
94
SRCDIR=` git rev-parse --show-toplevel`
95
95
PKGRESOURCES=$SRCDIR /pkg/osx
96
96
PY_VERSION=3.9
97
- PY_DOT_VERSION=3.9.16
97
+ PY_DOT_VERSION=3.9.17
98
98
99
99
# ###############################################################################
100
100
# Make sure this is the Salt Repository
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ quit_on_error() {
68
68
echo " **** Setting Variables"
69
69
INSTALL_DIR=/opt/salt
70
70
PY_VERSION=3.9
71
- PY_DOT_VERSION=3.9.16
71
+ PY_DOT_VERSION=3.9.17
72
72
CMD_OUTPUT=$( mktemp -t cmd.log)
73
73
SCRIPT_DIR=$( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd)
74
74
You can’t perform that action at this time.
0 commit comments