From a7e978f353b99c63de912dfa639cb3d4fbcfc3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:47:58 -0300 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 in /etc/generic (#3236) 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/generic/requirements-elyra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/generic/requirements-elyra.txt b/etc/generic/requirements-elyra.txt index 3b9ed10d9..d609035ee 100644 --- a/etc/generic/requirements-elyra.txt +++ b/etc/generic/requirements-elyra.txt @@ -16,7 +16,7 @@ prompt-toolkit==3.0.30 requests==2.32.0 tornado==6.3.3 traitlets==5.1.1 -urllib3==1.26.18 +urllib3==1.26.19 # # These excluded are transitive dependencies of the included python packages. #ansiwrap==0.8.4