Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Homberger authored and Philipp Homberger committed Dec 12, 2023
1 parent f6b90ca commit f3feed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ REQUIREMENTS := test-requirements.txt requirements.txt

# Pin common pip version here across all the targets
# Note! Periodic maintenance pip upgrades are required to be up-to-date with the latest pip security fixes and updates
PIP_VERSION ?= 20.3.3
PIP_VERSION ?= 23.3.1
SETUPTOOLS_VERSION ?= 51.3.3
PIP_OPTIONS := $(ST2_PIP_OPTIONS)

Expand Down
2 changes: 1 addition & 1 deletion st2common/bin/st2-run-pack-tests
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ if [ "${CREATE_VIRTUALENV}" = true ]; then
activate_virtualenv

# Make sure virtualenv is using latest pip version
${VIRTUALENV_DIR}/bin/pip install --upgrade "pip==20.3.3"
${VIRTUALENV_DIR}/bin/pip install --upgrade "pip==23.3.1"
fi

if [ ! -d "${VIRTUALENV_DIR}" ]; then
Expand Down

0 comments on commit f3feed9

Please sign in to comment.