From 85c709cde746ec7004b4884017aa71957d302c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:41:20 +0000 Subject: [PATCH] Bump urllib3 from 1.26.2 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. - [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.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df3c5a5..6028489 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def load_description(path_dir=PATH_ROOT, filename="README.md"): ] python_requires = ">=3.8" -install_requires = ["python-dotenv", "requests", "tqdm", "urllib3==1.26.2"] +install_requires = ["python-dotenv", "requests", "tqdm", "urllib3==1.26.5"] setup( name=name,