From 95ff7fc08f5aee7a08e1308c607f4c35aef49c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:01:44 +0000 Subject: [PATCH] Bump urllib3 from 1.26.2 to 1.26.10 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.10. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.10/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.2...1.26.10) --- 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 8e3e94383..54600a90f 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def convert_markdown_to_rst(file): "Jinja2==2.11.2", "MarkupSafe==1.1.1", "PyYAML==5.3.1", - "urllib3==1.26.2", + "urllib3==1.26.10", "luddite==1.0.1", ], tests_require=[