From 8b4bb57a6f7a4f2e133230481c9d77e007c2b9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:04:00 +0000 Subject: [PATCH] :arrow_up: Bump urllib3 from 1.26.14 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.19. - [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.14...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 373f8dbc..21e95b6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,5 +26,5 @@ simplejson==3.18.1 ; python_full_version > "3.7.1" and python_full_version < "4. six==1.16.0 ; python_full_version > "3.7.1" and python_version < "4" toolz==0.12.0 ; python_full_version > "3.7.1" and python_version < "4" and implementation_name == "pypy" or python_full_version > "3.7.1" and python_version < "4" and implementation_name == "cpython" typing-extensions==4.4.0 ; python_full_version > "3.7.1" and python_full_version < "4.0.0" -urllib3==1.26.14 ; python_full_version > "3.7.1" and python_version < "4" +urllib3==1.26.19 ; python_full_version > "3.7.1" and python_version < "4" zipp==3.11.0 ; python_full_version > "3.7.1" and python_version < "3.8"