From b43238e235cff1fd97c08f903c286d56a7c6ebf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:20:28 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.0.3 in /stix_shifter Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.0.3. - [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.3) --- 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 8e07608a1..929373fa1 100644 --- a/stix_shifter/requirements.txt +++ b/stix_shifter/requirements.txt @@ -17,5 +17,5 @@ stix2-matcher==3.0.0 stix2-patterns==1.3.2 stix2-validator==3.1.3 xmltodict==0.13.0 -urllib3==1.26.15 +urllib3==2.0.3 uuid==1.30 \ No newline at end of file