Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump requests from 2.31.0 to 2.32.2 in /libbeat/tests/system #39956

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests==2.31.0
urllib3==1.26.18
docker==6.1.3
docker-compose @ git+https:/pkoutsovasilis/compose@v1_fix
requests==2.32.3
urllib3==1.26.19
docker==7.1.0
docker-compose @ git+https:/pkoutsovasilis/compose@2c4d825881a624bd87c390a13f362ae76dcd6180
async-timeout==4.0.3
attrs==19.3.0
autopep8==1.5.4
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 urllib3==1.26.18
RUN pip3 install docker==6.1.3
RUN pip3 install git+https:/pkoutsovasilis/compose@v1_fix
RUN pip3 install --upgrade PyYAML==6.0.1
RUN pip3 install requests==2.32.3
RUN pip3 install urllib3==1.26.19
RUN pip3 install docker==7.1.0
RUN pip3 install git+https:/pkoutsovasilis/compose@2c4d825881a624bd87c390a13f362ae76dcd6180

# Oracle instant client
RUN cd /usr/lib \
Expand Down
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down
Loading