From 3dcfd3b414e4419a4077be4c1cff522e5684e4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:41:45 +0000 Subject: [PATCH] Bump urllib3 from 1.25.11 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.11...1.26.19) --- 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..f3449b01 --- 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.19', 'pytest', 'pytest-cov', 'httpbin>=0.10.2',