From 309cc1b6d21c7171533c1eeae5613911934ba1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:47:53 +0000 Subject: [PATCH] Bump urllib3 from 1.26.11 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.11 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.11...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 391a352..074f46c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,8 +76,9 @@ tomli==2.0.1 # via # black # build + # pep517 # pytest -urllib3==1.26.11 +urllib3==1.26.19 # via requests wheel==0.37.1 # via pip-tools