From d8b5f6a7743b7bea6eed39fd1cedca9d9cdf8fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:27:23 +0000 Subject: [PATCH] Bump urllib3 from 1.25.11 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 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.25.11...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 922c025c..8402e372 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run_tests(self): cmdclass={'test': PyTest}, test_suite='', tests_require=[ - 'urllib3==1.25.11', + 'urllib3==1.26.18', 'pytest', 'pytest-cov', 'httpbin>=0.10.2',