From 6fb6f2aa7c16127608c34b7745928bcb6a16f404 Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Wed, 7 Nov 2018 16:23:30 +0100 Subject: [PATCH] Update conflicting python dependencies (#8961) Through updating requests to 2.20.0 some of the python dependencies have become incompatible. This was introduced in https://github.com/elastic/beats/pull/8808. Not sure if it actually caused issues but warnings were shown when running make update. --- libbeat/tests/system/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index 3e46e379c043..03a1d4c30c50 100644 --- a/libbeat/tests/system/requirements.txt +++ b/libbeat/tests/system/requirements.txt @@ -3,9 +3,9 @@ backports.ssl-match-hostname==3.5.0.1 cached-property==1.4.2 certifi==2018.1.18 chardet==3.0.4 -docker==3.2.1 -docker-compose==1.21.0 -docker-pycreds==0.2.2 +docker==3.5.1 +docker-compose==1.23.1 +docker-pycreds==0.3.0 dockerpty==0.4.1 docopt==0.6.2 elasticsearch==6.2.0