X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=939b0e14813d71b6a1d957af1012e61089400d68;hb=7b8b4652693a87233c9aea313959a9cede3df0f4;hp=4d00898bfe24a4d4bf4f16f1d8aab137182b1fd3;hpb=d826a602696eb337dcce191d7d24ae1869e81ec2;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 4d00898bfe2..939b0e14813 100644 --- a/test/Makefile +++ b/test/Makefile @@ -74,10 +74,10 @@ V=0 endif PYTHON_VERSION=$(shell $(PYTHON_INTERP) -c 'import sys; print(sys.version_info.major)') -PIP_VERSION=22.0.4 +PIP_VERSION=23.2.1 # Keep in sync with requirements.txt -PIP_TOOLS_VERSION=6.6.0 -PIP_SETUPTOOLS_VERSION=62.1.0 +PIP_TOOLS_VERSION=7.3.0 +PIP_SETUPTOOLS_VERSION=68.1.0 PYTHON_DEPENDS=requirements-$(PYTHON_VERSION).txt SCAPY_SOURCE=$(shell find $(VENV_PATH)/lib/python* -name site-packages) BUILD_COV_DIR=$(BR)/test-coverage @@ -131,7 +131,7 @@ $(PAPI_INSTALL_DONE): $(PIP_PATCH_DONE) @touch $@ .PHONY: refresh-deps -refresh-deps: clean-deps $(PYTHON_DEPENDS) +refresh-deps: clean-deps $(PIP_INSTALL_DONE) $(PYTHON_DEPENDS) .PHONY: clean-deps clean-deps: