1 Title: cmk-update-agent: Apply urllib3 bugfix
10 It has been observed recently that the agent updater might crash
11 with an error message like
12 <pre>IDNAError: The label ... is not a valid A-label</pre>
14 The cause for this behavior is a bug in the underlying urllib3
15 python module. However, this has been fixed in a newer urrllib-version
16 and hence we updated the underlying python modules to newer versions
17 in order to apply the bugfix to cmk-update-agent.