Skip to content

Commit

Permalink
Update conflicting python dependencies (elastic#8961)
Browse files Browse the repository at this point in the history
Through updating requests to 2.20.0 some of the python dependencies have become incompatible.

This was introduced in elastic#8808. Not sure if it actually caused issues but warnings were shown when running make update.
  • Loading branch information
ruflin authored Nov 7, 2018
1 parent 0e42349 commit 6fb6f2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fb6f2a

Please sign in to comment.