Skip to content

Commit

Permalink
Update urllib3 to version 1.24.2
Browse files Browse the repository at this point in the history
Update python package urllib3 used for system tests.
  • Loading branch information
adriansr committed Apr 24, 2019
1 parent 50f1180 commit f76f3b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ The list below covers the major changes between 7.0.0-rc2 and master only.
by `make` and `mage`. Example: `export PYTHON_EXE=python2.7`. {pull}11212[11212]
- Prometheus helper for metricbeat contains now `Namespace` field for `prometheus.MetricsMappings` {pull}11424[11424]
- Update Jinja2 version to 2.10.1. {pull}11817[11817]
- Reduce idxmgmt.Supporter interface and rework export commands to reuse logic. {pull}11777[11777]
- Reduce idxmgmt.Supporter interface and rework export commands to reuse logic. {pull}11777[11777]
- Update urllib3 version to 1.24.2 {pull}11930[11930]
2 changes: 1 addition & 1 deletion libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requests==2.20.0
six==1.11.0
termcolor==1.1.0
texttable==0.9.1
urllib3==1.23
urllib3==1.24.2
websocket-client==0.47.0
parameterized==0.6.1
jsondiff==1.1.2
Expand Down

0 comments on commit f76f3b8

Please sign in to comment.