From 449632264cb1a0ef95ec39963291ca2a2c89fc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:39:08 +0000 Subject: [PATCH] build(deps): bump urllib3 in /tests/restful_client 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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/restful_client/requirements.txt b/tests/restful_client/requirements.txt index ebb65249b8ecd..f71396fadc7cf 100644 --- a/tests/restful_client/requirements.txt +++ b/tests/restful_client/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 pytest-assume==2.4.3 pytest-timeout==1.3.3