From e98b56d0e77e49349cf40586125d94efaeb71463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:39:28 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 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.7...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 90ef76f..f5d66e6 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ loguru = "==0.5.3" requests = "==2.32.0" rich = "==10.11.0" timeago = "==1.0.15" -urllib3 = "==1.26.18" +urllib3 = "==1.26.19" Pygments = "==2.10.0" [dev-packages]