Skip to content

Commit

Permalink
build(deps): bump requests from 2.31.0 to 2.32.2 in /libbeat/tests/sy…
Browse files Browse the repository at this point in the history
…stem (#39956)

* build(deps): bump requests in /libbeat/tests/system

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade urllib3 to 1.26.19.

* Upgrade to docker 7.1.0 for requests 2.23+ compatibility.

* ci: bump compose fork, and PyYAML

* fix: docker version in Dockerfile

* fix: remove obsolete filterwarnings from pytest.ini

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
Co-authored-by: Panos Koutsovasilis <panos.koutsovasilis@elastic.co>
  • Loading branch information
3 people committed Jun 20, 2024
1 parent c8b52f7 commit ffdb3c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
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://github.com/pkoutsovasilis/compose@v1_fix
requests==2.32.3
urllib3==1.26.19
docker==7.1.0
docker-compose @ git+https://github.com/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://github.com/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://github.com/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

0 comments on commit ffdb3c9

Please sign in to comment.