From 3eaa26550ff270020e2a635ee989792f70308c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:06:47 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.15 to 1.26.19 in /tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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.15...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index cefba9b5..b46e5d1c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -33,6 +33,6 @@ testcontainers-compose==0.0.1rc1 testcontainers-core==0.0.1rc1 texttable==1.6.7 tomli==2.0.1 -urllib3==1.26.15 +urllib3==1.26.19 websocket-client==0.59.0 wrapt==1.15.0