From 84e37b0a94a5a7cc9e64f61f5d13e0da07a9a553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:51:36 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.18. - [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.7...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64ad6e1..70a15e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "tabula-py==2.1.1", "tqdm==4.48.0", "traitlets==5.4", - "urllib3==1.26.7", + "urllib3==1.26.18", "xlrd==1.2.0", ]