From 66a23d65104632c3926daad7053850acc0be2844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:01:25 +0000 Subject: [PATCH] Bump urllib3 from 1.26.2 to 1.26.15 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.15. - [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.15) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..aa6f8e4 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.15"] setup( name=name,