From 940a70fff474014b782e884882a85e290ff98494 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 3 Apr 2024 12:31:42 -0400 Subject: tests: upgrade python packages Type: test Change-Id: I01500466f3d15c79e38028677ce7e5c75d427fdc Signed-off-by: Dave Wallace --- test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index af503dcf59f..9b9cc178cf6 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=23.3.1 +PIP_VERSION=24.0 # Keep in sync with requirements.txt -PIP_TOOLS_VERSION=7.3.0 -PIP_SETUPTOOLS_VERSION=68.1.0 +PIP_TOOLS_VERSION=7.4.1 +PIP_SETUPTOOLS_VERSION=69.2.0 PYTHON_DEPENDS=requirements-$(PYTHON_VERSION).txt SCAPY_SOURCE=$(shell find $(VENV_PATH)/lib/python* -name site-packages) BUILD_COV_DIR=$(BR)/test-coverage -- cgit 1.2.3-korg