diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index 5459644a6cd3..5794ba16293e 100644 --- a/libbeat/tests/system/requirements.txt +++ b/libbeat/tests/system/requirements.txt @@ -46,7 +46,7 @@ stomp.py==4.1.22 termcolor==1.1.0 texttable==0.9.1 toml==0.10.1 -urllib3==1.26.5 +urllib3==1.26.18 wcwidth==0.2.5 websocket-client==0.47.0 zipp>=1.2.0,<=3.1.0 diff --git a/libbeat/tests/system/requirements_aix.txt b/libbeat/tests/system/requirements_aix.txt index 2a183cc71f34..e0a0c4dedc28 100644 --- a/libbeat/tests/system/requirements_aix.txt +++ b/libbeat/tests/system/requirements_aix.txt @@ -45,7 +45,7 @@ stomp.py==4.1.22 termcolor==1.1.0 texttable==0.9.1 toml==0.10.1 -urllib3==1.26.5 +urllib3==1.26.18 wcwidth==0.2.5 websocket-client==0.47.0 zipp>=1.2.0,<=3.1.0 diff --git a/pytest.ini b/pytest.ini index ea6388ddd7ee..519d5e665b07 100644 --- a/pytest.ini +++ b/pytest.ini @@ -13,3 +13,4 @@ timeout_func_only = True filterwarnings = error::DeprecationWarning error::yaml.YAMLLoadWarning + ignore:HTTPResponse.getheaders\(\) is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.:DeprecationWarning