From 95e63b02a07bd56861167249fbb8c651239b10a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 06:07:43 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 2.3.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 2.3.0. - [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.7...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- attack_data_service/requirements.txt | 2 +- bin/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attack_data_service/requirements.txt b/attack_data_service/requirements.txt index baefacbf..541804ed 100644 --- a/attack_data_service/requirements.txt +++ b/attack_data_service/requirements.txt @@ -71,7 +71,7 @@ splunk-sdk==2.0.2 tabulate==0.8.9 termcolor==1.1.0 toml==0.10.2 -urllib3==1.26.7 +urllib3==2.3.0 virtualenv==16.7.9 wcwidth==0.2.5 wget==3.2 diff --git a/bin/requirements.txt b/bin/requirements.txt index 39c942f0..19c737a2 100644 --- a/bin/requirements.txt +++ b/bin/requirements.txt @@ -5,4 +5,4 @@ pathlib==1.0.1; python_version < '3.4' PyYAML==6.0 requests==2.25.1 splunk-sdk==2.0.2 -urllib3==1.26.7 +urllib3==2.3.0