Bump to the latest elasticsearch 6.x
We are using elasticsearch
6.2.0, which only allows urllib3<=1.23
. Since we are now at urllib3 1.25, this breaks bumps on requests
and responses
: https://gitlab.com/arkindex/backend/-/jobs/775737878#L155
This has however been fixed in version 6.4.0: https://github.com/elastic/elasticsearch-py/commit/4352e56174b77560d2f86801cb1ad32440bb2d32#diff-2eeaed663bd0d25b7e608891384b7298R15
Since upgrading to ES 7 requires much more work, we can in the meantime upgrade to the latest version of elasticsearch
to avoid this urllib3 issue and bump all the other things.
Merge request reports
Activity
assigned to @babadie and unassigned @erwanrouchet
mentioned in merge request !1012 (merged)
added 2 commits
Codecov Report
Merging #1013 into master will not change coverage. The diff coverage is
n/a
.@@ Coverage Diff @@ ## master #1013 +/- ## ======================================= Coverage 88.11% 88.11% ======================================= Files 230 230 Lines 15220 15220 ======================================= Hits 13411 13411 Misses 1809 1809
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8971d0e...6664f51. Read the comment docs.Edited by Bastien Abadieadded 2 commits
mentioned in commit ba48eb6d