From 5f4f57475307ffdee4cf8a76428812ba47cb3b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:36:32 +0000 Subject: [PATCH] build(deps): bump urllib3 in /tests/restful_client_v2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/restful_client_v2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/restful_client_v2/requirements.txt b/tests/restful_client_v2/requirements.txt index 624e0f269dbb8..47a4cc408c40c 100644 --- a/tests/restful_client_v2/requirements.txt +++ b/tests/restful_client_v2/requirements.txt @@ -1,6 +1,6 @@ --extra-index-url https://test.pypi.org/simple/ requests==2.31.0 -urllib3==1.26.18 +urllib3==1.26.19 pytest~=7.2.0 pyyaml~=6.0 numpy~=1.24.3