Skip to content

Commit

Permalink
Bump urllib3 from 1.26.5 to 1.26.18 in /libbeat/tests/system (#37033)
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.5...1.26.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent 81ebafc commit 3bc0d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libbeat/tests/system/requirements_aix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3bc0d1f

Please sign in to comment.