From 2297dfcaa50c857e81b1b4845a51c6ec65fb55a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:37:47 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.0.6 in /stix_shifter Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.0.6. - [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.15...2.0.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- stix_shifter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix_shifter/requirements.txt b/stix_shifter/requirements.txt index 9df48d0e7..bdcc1dfbe 100644 --- a/stix_shifter/requirements.txt +++ b/stix_shifter/requirements.txt @@ -17,5 +17,5 @@ requests_toolbelt==0.10.1 stix2-matcher==3.0.0 stix2-patterns==1.3.2 xmltodict==0.13.0 -urllib3==1.26.15 +urllib3==2.0.6 regex==2023.8.8 \ No newline at end of file