From 6fd21f16c0209ae6f4158465642c70d3ce8789b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:44:14 +0000 Subject: [PATCH] Bump stix2-patterns from 1.3.2 to 2.0.0 in /stix_shifter Bumps [stix2-patterns](https://github.com/oasis-open/cti-pattern-validator) from 1.3.2 to 2.0.0. - [Release notes](https://github.com/oasis-open/cti-pattern-validator/releases) - [Changelog](https://github.com/oasis-open/cti-pattern-validator/blob/master/CHANGELOG.rst) - [Commits](https://github.com/oasis-open/cti-pattern-validator/compare/v1.3.2...v2.0.0) --- updated-dependencies: - dependency-name: stix2-patterns 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 159873b84..44207ccb6 100644 --- a/stix_shifter/requirements.txt +++ b/stix_shifter/requirements.txt @@ -14,6 +14,6 @@ pyOpenSSL==23.0.0 python-dateutil==2.8.2 requests_toolbelt==0.10.1 stix2-matcher==3.0.0 -stix2-patterns==1.3.2 +stix2-patterns==2.0.0 stix2-validator==3.1.3 xmltodict==0.13.0