diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index 96e0245d89b1..11442585fdc9 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 7bcd677f73d4..a0b2b0025887 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 18f364eb7953..5112e7736685 100644 --- a/pytest.ini +++ b/pytest.ini @@ -16,3 +16,4 @@ filterwarnings = # Ignore distutil Version class deprecation in the compose package until it can be upgraded not to use them. ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning:.*compose.* ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning:.*docker.* + ignore:HTTPResponse.getheaders\(\) is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.:DeprecationWarning