tests: update pip and pip-tools

This fixes an issue where the pinned requirements file can be modified
when running the tests.

Change-Id: Ic89d1844d1fd8d00f62211a9b051a26ac34ee316
Type: fix
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
This commit is contained in:
Aloys Augustin
2020-05-25 18:07:24 +02:00
committed by Ole Trøan
parent 3b9540966f
commit ef29fa43ce
4 changed files with 387 additions and 216 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
pip-tools==3.8.0 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION
pip-tools==5.1.2 # BSD Keep this in sync with Makefile's PIP_TOOLS_VERSION
aenum>= 2.1.2; python_version < '3.6' # BSD
cffi # MIT