From 81e3164b9928aac52c1c145c8dfba444373926f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:56:15 +0000 Subject: [PATCH] Bump urllib3 from 1.26.12 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 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.12...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 027c997..4afc275 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests<=2.32.3 -urllib3==1.26.12 \ No newline at end of file +urllib3==1.26.19 \ No newline at end of file diff --git a/setup.py b/setup.py index e852c3a..da320cf 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def get_long_description() -> str: zip_safe=False, install_requires=[ "requests>=2.32.3", - "urllib3==1.26.12" + "urllib3==1.26.19" ], test_suite="tests.test_snldata", classifiers=[