From 4b8048a3951d5ab1df99d62bfb7147180a9e1fdf Mon Sep 17 00:00:00 2001 From: eric-eclecticiq <78850449+eric-eclecticiq@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:43:10 +0200 Subject: [PATCH 1/2] Remove unused mypy_extensions dependency --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fae4206f..7cdd2555 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,5 @@ structlog>=18.1.0 blinker>=1.4 pyjwt>=1.4.0 six>=1.10.0 -mypy-extensions>=0.4.3 stix2>=3.0.1 marshmallow>=3.10.0 From 24a6a9b908694c09773c88cfab4c62f6dc190acc Mon Sep 17 00:00:00 2001 From: eric-eclecticiq <78850449+eric-eclecticiq@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:55:49 +0200 Subject: [PATCH 2/2] Update CHANGES.rst --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1105225f..1c406855 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,7 @@ Changelog ------------------- * Drop EOL Python 3.6 and 3.7 support * Add Python 3.11 support +* Remove mypy_extensions dependency 0.9.3 (2022-10-11) ------------------