From 6022b646c7d06e469886831c532e0f964f83307c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:25:21 +0000 Subject: [PATCH] Bump urllib3 from 1.25.8 to 1.26.19 in /src/finding-pypi Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 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.25.8...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/finding-pypi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finding-pypi/requirements.txt b/src/finding-pypi/requirements.txt index 5a19d484..8b77c376 100644 --- a/src/finding-pypi/requirements.txt +++ b/src/finding-pypi/requirements.txt @@ -25,5 +25,5 @@ requests==2.23.0 rsa==4.1 six==1.14.0 soupsieve==2.0 -urllib3==1.25.8 +urllib3==1.26.19 yarl==1.4.2