diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index f5636ae4b4c..d7607fd98ea 100644 --- a/libbeat/tests/system/requirements.txt +++ b/libbeat/tests/system/requirements.txt @@ -1,7 +1,7 @@ -requests==2.31.0 +requests==2.32.2 urllib3==1.26.18 -docker==6.1.3 -docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix +docker==7.1.0 +docker-compose @ git+https://github.com/pkoutsovasilis/compose@v1_fix2 async-timeout==4.0.3 attrs==19.3.0 autopep8==1.5.4 @@ -58,7 +58,7 @@ pytest==7.3.2 pytest-rerunfailures==9.1.1 pytest-timeout==1.4.2 python-dotenv==0.21.1 -PyYAML==5.3.1 +PyYAML==6.0.1 redis==4.4.4 semver==2.8.1 six==1.15.0 diff --git a/metricbeat/Dockerfile b/metricbeat/Dockerfile index de48ddeff9d..2945d904564 100644 --- a/metricbeat/Dockerfile +++ b/metricbeat/Dockerfile @@ -23,11 +23,11 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH" RUN pip3 install --upgrade pip==20.1.1 RUN pip3 install --upgrade setuptools==47.3.2 -RUN pip3 install --upgrade PyYAML==5.3.1 -RUN pip3 install requests==2.31.0 +RUN pip3 install --upgrade PyYAML==6.0.1 +RUN pip3 install requests==2.32.2 RUN pip3 install urllib3==1.26.18 -RUN pip3 install docker==6.1.3 -RUN pip3 install git+https://github.com/pkoutsovasilis/compose@v1_fix +RUN pip3 install docker==7.1.0 +RUN pip3 install git+https://github.com/pkoutsovasilis/compose@v1_fix2 # Oracle instant client RUN cd /usr/lib \ diff --git a/pytest.ini b/pytest.ini index c8a34025f6f..fdfec54930a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -11,7 +11,6 @@ timeout_func_only = True # Fail on deprecation warnings filterwarnings = - error::yaml.YAMLLoadWarning error::DeprecationWarning # 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.*