diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2024-04-03 12:31:42 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-04-03 14:10:47 -0400 |
commit | 940a70fff474014b782e884882a85e290ff98494 (patch) | |
tree | b5c66442fcdd8f522aedff7c62ae712858dec176 /test/Makefile | |
parent | b48325100babf57118f3996b5584594050e0cf13 (diff) |
tests: upgrade python packages
Type: test
Change-Id: I01500466f3d15c79e38028677ce7e5c75d427fdc
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |