This update for cloud-init fixes the following issues:
CVE-2022-2084: Fixed a bug which caused logging schema failures can include password hashes. (bsc#1210652)
Update to version 23.1
config formats
link in cloudsigma.rst This update for python-responses fixes the following issues:
threading.Lock()
to allow responses
working with threading
module.urllib3
Retry
mechanism. See #135_cookies_from_headers
functionadd
, upsert
, replace
methods return registered response.
remove
method returns list of removed responses.urlencoded_params_matcher
via allow_blank
keyword argument@responses.activate(assert_all_requests_are_fired=True)
to your function to validate that all requests were executed in the wrapped function. See #183