From d3f316931805f542bc2864cb06f88d6b5e054d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:48:24 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 in /papers/bin 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/main/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] --- papers/bin/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papers/bin/requirements.txt b/papers/bin/requirements.txt index 5d09b0d..6f5a744 100644 --- a/papers/bin/requirements.txt +++ b/papers/bin/requirements.txt @@ -12,6 +12,6 @@ pyppeteer==1.0.2 requests==2.31.0 smmap==5.0.0 tqdm==4.64.1 -urllib3==1.26.18 +urllib3==1.26.19 websockets==10.4 zipp==3.14.0