From e934b272b8a520be3fe0b430be6df0668b0bc98f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:46:42 -0700 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 in /etc (#910) 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/1.26.19/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index ecec81d7b3..10ab14a8d3 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -49,5 +49,5 @@ tomlkit==0.11.6 typing-inspect==0.7.1 typing_extensions==4.0.1 uritemplate==4.1.1 -urllib3==1.26.18 +urllib3==1.26.19 wrapt==1.14.1