diff options
author | Aloys Augustin <aloaugus@cisco.com> | 2020-05-25 18:07:24 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2020-05-25 20:27:29 +0000 |
commit | ef29fa43cef738ba359922b65d38873147e48a22 (patch) | |
tree | 302b9f9c7257a06ca02c9c75be60e0b0a8dc39ca /test/requirements.txt | |
parent | 3b9540966f877ae67d374cab334c31bd6e3f8c8b (diff) |
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>
Diffstat (limited to 'test/requirements.txt')
-rw-r--r-- | test/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index daeec3e1e13..5f9f44c2244 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -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 |