From c97bd1283809c0ef05b49a935b9307791a5e5f05 Mon Sep 17 00:00:00 2001 From: Filigran Automation Date: Tue, 18 Jul 2023 16:56:31 +0000 Subject: [PATCH] [all] Release 5.9.3 --- external-import/ironnet/poetry.lock | 33 ++++++++-- external-import/urlscan/poetry.lock | 35 +++++++++-- .../shodan-internetdb/poetry.lock | 35 +++++++++-- stream/elastic/poetry.lock | 60 +++++++++++++++++-- 4 files changed, 147 insertions(+), 16 deletions(-) diff --git a/external-import/ironnet/poetry.lock b/external-import/ironnet/poetry.lock index a8f86cbbab..fc917ae1e6 100644 --- a/external-import/ironnet/poetry.lock +++ b/external-import/ironnet/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" version = "4.9.3" description = "ANTLR 4.9.3 runtime for Python 3.7" +category = "main" optional = false python-versions = "*" files = [ @@ -14,6 +15,7 @@ files = [ name = "cachetools" version = "5.3.1" description = "Extensible memoizing collections and decorators" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -25,6 +27,7 @@ files = [ name = "certifi" version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -36,6 +39,7 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -120,6 +124,7 @@ files = [ name = "datefinder" version = "0.7.3" description = "Extract datetime objects from strings" +category = "main" optional = false python-versions = "*" files = [ @@ -139,6 +144,7 @@ test = ["mock", "pytest (>=2.8.5)", "pytz (>=2015.7)"] name = "filigran-sseclient" version = "1.0.1" description = "Python API client for OpenCTI." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -158,6 +164,7 @@ doc = ["autoapi (>=2.0.1,<2.1.0)", "sphinx-autodoc-typehints (>=1.19.2,<1.20.0)" name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -169,6 +176,7 @@ files = [ name = "pika" version = "1.3.2" description = "Pika Python AMQP Client Library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -185,11 +193,12 @@ twisted = ["twisted"] name = "pycti" version = "5.9.3" description = "Python API client for OpenCTI." +category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pycti-5.9.3-py3-none-any.whl", hash = "sha256:f73b5c8a9aa9da99cf1460aa782edbd0c7267125fbcc670ccc1318e1694a170a"}, - {file = "pycti-5.9.3.tar.gz", hash = "sha256:6aa071e3668e820a5e3626ab14ae313476fbf0e94d5f9a4544e496c986905f43"}, + {file = "pycti-5.9.3-py3-none-any.whl", hash = "sha256:9e40c1d929884a3fb6d7cbaedb7bebc9eb1f5ac37a2d0b22f2c7d7aca46c6546"}, + {file = "pycti-5.9.3.tar.gz", hash = "sha256:eba3f709296247cad3d32f04be07b4d0c59b60e3de33272e952253b735af0997"}, ] [package.dependencies] @@ -213,6 +222,7 @@ doc = ["autoapi (>=2.0.1,<2.1.0)", "sphinx-autodoc-typehints (>=1.23.0,<1.24.0)" name = "pydantic" version = "1.10.11" description = "Data validation and settings management using python type hints" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -265,6 +275,7 @@ email = ["email-validator (>=1.0.3)"] name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -279,6 +290,7 @@ six = ">=1.5" name = "python-json-logger" version = "2.0.7" description = "A python library adding a json log formatter" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -290,6 +302,7 @@ files = [ name = "python-magic" version = "0.4.27" description = "File type identification using libmagic" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -301,6 +314,7 @@ files = [ name = "python-magic-bin" version = "0.4.14" description = "File type identification using libmagic binary package" +category = "main" optional = false python-versions = "*" files = [ @@ -313,6 +327,7 @@ files = [ name = "pytz" version = "2023.3" description = "World timezone definitions, modern and historical" +category = "main" optional = false python-versions = "*" files = [ @@ -324,6 +339,7 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -373,6 +389,7 @@ files = [ name = "regex" version = "2023.6.3" description = "Alternative regular expression module, to replace re." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -470,6 +487,7 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -491,6 +509,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -507,6 +526,7 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "simplejson" version = "3.19.1" description = "Simple, fast, extensible JSON encoder/decoder for Python" +category = "main" optional = false python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -601,6 +621,7 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -612,6 +633,7 @@ files = [ name = "stix2" version = "3.0.1" description = "Produce and consume STIX 2 JSON content" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -633,6 +655,7 @@ taxii = ["taxii2-client (>=2.3.0)"] name = "stix2-patterns" version = "2.0.0" description = "Validate STIX 2 Patterns." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -653,6 +676,7 @@ test = ["coverage", "pytest", "pytest-cov"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -664,6 +688,7 @@ files = [ name = "urllib3" version = "2.0.3" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -680,4 +705,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c5a5d31e1d34bc69dc854ee4c98061a6fe2816d9329463ba11d0bcaa0bb2dfae" +content-hash = "d9c5ea6791513ad03561457ba6389944cdb5afdad5e7f3cd8be1a090f770e41e" diff --git a/external-import/urlscan/poetry.lock b/external-import/urlscan/poetry.lock index 23e6df4414..fc5d6a27e9 100644 --- a/external-import/urlscan/poetry.lock +++ b/external-import/urlscan/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" version = "4.9.3" description = "ANTLR 4.9.3 runtime for Python 3.7" +category = "main" optional = false python-versions = "*" files = [ @@ -14,6 +15,7 @@ files = [ name = "cachetools" version = "5.3.1" description = "Extensible memoizing collections and decorators" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -25,6 +27,7 @@ files = [ name = "certifi" version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -36,6 +39,7 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -120,6 +124,7 @@ files = [ name = "datefinder" version = "0.7.3" description = "Extract datetime objects from strings" +category = "main" optional = false python-versions = "*" files = [ @@ -139,6 +144,7 @@ test = ["mock", "pytest (>=2.8.5)", "pytz (>=2015.7)"] name = "decorator" version = "5.1.1" description = "Decorators for Humans" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -150,6 +156,7 @@ files = [ name = "filigran-sseclient" version = "1.0.1" description = "Python API client for OpenCTI." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -169,6 +176,7 @@ doc = ["autoapi (>=2.0.1,<2.1.0)", "sphinx-autodoc-typehints (>=1.19.2,<1.20.0)" name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -180,6 +188,7 @@ files = [ name = "pika" version = "1.3.2" description = "Pika Python AMQP Client Library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -196,11 +205,12 @@ twisted = ["twisted"] name = "pycti" version = "5.9.3" description = "Python API client for OpenCTI." +category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pycti-5.9.3-py3-none-any.whl", hash = "sha256:f73b5c8a9aa9da99cf1460aa782edbd0c7267125fbcc670ccc1318e1694a170a"}, - {file = "pycti-5.9.3.tar.gz", hash = "sha256:6aa071e3668e820a5e3626ab14ae313476fbf0e94d5f9a4544e496c986905f43"}, + {file = "pycti-5.9.3-py3-none-any.whl", hash = "sha256:9e40c1d929884a3fb6d7cbaedb7bebc9eb1f5ac37a2d0b22f2c7d7aca46c6546"}, + {file = "pycti-5.9.3.tar.gz", hash = "sha256:eba3f709296247cad3d32f04be07b4d0c59b60e3de33272e952253b735af0997"}, ] [package.dependencies] @@ -224,6 +234,7 @@ doc = ["autoapi (>=2.0.1,<2.1.0)", "sphinx-autodoc-typehints (>=1.23.0,<1.24.0)" name = "pydantic" version = "1.10.11" description = "Data validation and settings management using python type hints" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -276,6 +287,7 @@ email = ["email-validator (>=1.0.3)"] name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -290,6 +302,7 @@ six = ">=1.5" name = "python-json-logger" version = "2.0.7" description = "A python library adding a json log formatter" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -301,6 +314,7 @@ files = [ name = "python-magic" version = "0.4.27" description = "File type identification using libmagic" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -312,6 +326,7 @@ files = [ name = "python-magic-bin" version = "0.4.14" description = "File type identification using libmagic binary package" +category = "main" optional = false python-versions = "*" files = [ @@ -324,6 +339,7 @@ files = [ name = "pytz" version = "2023.3" description = "World timezone definitions, modern and historical" +category = "main" optional = false python-versions = "*" files = [ @@ -335,6 +351,7 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -384,6 +401,7 @@ files = [ name = "regex" version = "2023.6.3" description = "Alternative regular expression module, to replace re." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -481,6 +499,7 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -502,6 +521,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -518,6 +538,7 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "simplejson" version = "3.19.1" description = "Simple, fast, extensible JSON encoder/decoder for Python" +category = "main" optional = false python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -612,6 +633,7 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -623,6 +645,7 @@ files = [ name = "stix2" version = "3.0.1" description = "Produce and consume STIX 2 JSON content" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -644,6 +667,7 @@ taxii = ["taxii2-client (>=2.3.0)"] name = "stix2-patterns" version = "2.0.0" description = "Validate STIX 2 Patterns." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -664,6 +688,7 @@ test = ["coverage", "pytest", "pytest-cov"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -675,6 +700,7 @@ files = [ name = "urllib3" version = "2.0.3" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -692,6 +718,7 @@ zstd = ["zstandard (>=0.18.0)"] name = "validators" version = "0.20.0" description = "Python Data Validation for Humans™." +category = "main" optional = false python-versions = ">=3.4" files = [ @@ -707,4 +734,4 @@ test = ["flake8 (>=2.4.0)", "isort (>=4.2.2)", "pytest (>=2.2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "db9432ece106ee5d96dda301168d5c036b396a3a42aa0a3669d9fa5305dbba04" +content-hash = "ab59cdbe1e4f4a548cd3ee87e7aa421a227d4e18d49fb736ab97669ea4c1387f" diff --git a/internal-enrichment/shodan-internetdb/poetry.lock b/internal-enrichment/shodan-internetdb/poetry.lock index 23e6df4414..fc5d6a27e9 100644 --- a/internal-enrichment/shodan-internetdb/poetry.lock +++ b/internal-enrichment/shodan-internetdb/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" version = "4.9.3" description = "ANTLR 4.9.3 runtime for Python 3.7" +category = "main" optional = false python-versions = "*" files = [ @@ -14,6 +15,7 @@ files = [ name = "cachetools" version = "5.3.1" description = "Extensible memoizing collections and decorators" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -25,6 +27,7 @@ files = [ name = "certifi" version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -36,6 +39,7 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -120,6 +124,7 @@ files = [ name = "datefinder" version = "0.7.3" description = "Extract datetime objects from strings" +category = "main" optional = false python-versions = "*" files = [ @@ -139,6 +144,7 @@ test = ["mock", "pytest (>=2.8.5)", "pytz (>=2015.7)"] name = "decorator" version = "5.1.1" description = "Decorators for Humans" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -150,6 +156,7 @@ files = [ name = "filigran-sseclient" version = "1.0.1" description = "Python API client for OpenCTI." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -169,6 +176,7 @@ doc = ["autoapi (>=2.0.1,<2.1.0)", "sphinx-autodoc-typehints (>=1.19.2,<1.20.0)" name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -180,6 +188,7 @@ files = [ name = "pika" version = "1.3.2" description = "Pika Python AMQP Client Library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -196,11 +205,12 @@ twisted = ["twisted"] name = "pycti" version = "5.9.3" description = "Python API client for OpenCTI." +category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pycti-5.9.3-py3-none-any.whl", hash = "sha256:f73b5c8a9aa9da99cf1460aa782edbd0c7267125fbcc670ccc1318e1694a170a"}, - {file = "pycti-5.9.3.tar.gz", hash = "sha256:6aa071e3668e820a5e3626ab14ae313476fbf0e94d5f9a4544e496c986905f43"}, + {file = "pycti-5.9.3-py3-none-any.whl", hash = "sha256:9e40c1d929884a3fb6d7cbaedb7bebc9eb1f5ac37a2d0b22f2c7d7aca46c6546"}, + {file = "pycti-5.9.3.tar.gz", hash = "sha256:eba3f709296247cad3d32f04be07b4d0c59b60e3de33272e952253b735af0997"}, ] [package.dependencies] @@ -224,6 +234,7 @@ doc = ["autoapi (>=2.0.1,<2.1.0)", "sphinx-autodoc-typehints (>=1.23.0,<1.24.0)" name = "pydantic" version = "1.10.11" description = "Data validation and settings management using python type hints" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -276,6 +287,7 @@ email = ["email-validator (>=1.0.3)"] name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -290,6 +302,7 @@ six = ">=1.5" name = "python-json-logger" version = "2.0.7" description = "A python library adding a json log formatter" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -301,6 +314,7 @@ files = [ name = "python-magic" version = "0.4.27" description = "File type identification using libmagic" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -312,6 +326,7 @@ files = [ name = "python-magic-bin" version = "0.4.14" description = "File type identification using libmagic binary package" +category = "main" optional = false python-versions = "*" files = [ @@ -324,6 +339,7 @@ files = [ name = "pytz" version = "2023.3" description = "World timezone definitions, modern and historical" +category = "main" optional = false python-versions = "*" files = [ @@ -335,6 +351,7 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -384,6 +401,7 @@ files = [ name = "regex" version = "2023.6.3" description = "Alternative regular expression module, to replace re." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -481,6 +499,7 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -502,6 +521,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -518,6 +538,7 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "simplejson" version = "3.19.1" description = "Simple, fast, extensible JSON encoder/decoder for Python" +category = "main" optional = false python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -612,6 +633,7 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -623,6 +645,7 @@ files = [ name = "stix2" version = "3.0.1" description = "Produce and consume STIX 2 JSON content" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -644,6 +667,7 @@ taxii = ["taxii2-client (>=2.3.0)"] name = "stix2-patterns" version = "2.0.0" description = "Validate STIX 2 Patterns." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -664,6 +688,7 @@ test = ["coverage", "pytest", "pytest-cov"] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -675,6 +700,7 @@ files = [ name = "urllib3" version = "2.0.3" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -692,6 +718,7 @@ zstd = ["zstandard (>=0.18.0)"] name = "validators" version = "0.20.0" description = "Python Data Validation for Humans™." +category = "main" optional = false python-versions = ">=3.4" files = [ @@ -707,4 +734,4 @@ test = ["flake8 (>=2.4.0)", "isort (>=4.2.2)", "pytest (>=2.2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "db9432ece106ee5d96dda301168d5c036b396a3a42aa0a3669d9fa5305dbba04" +content-hash = "ab59cdbe1e4f4a548cd3ee87e7aa421a227d4e18d49fb736ab97669ea4c1387f" diff --git a/stream/elastic/poetry.lock b/stream/elastic/poetry.lock index 3d7c99ddbd..0e1444c27b 100644 --- a/stream/elastic/poetry.lock +++ b/stream/elastic/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" version = "4.9.3" description = "ANTLR 4.9.3 runtime for Python 3.7" +category = "main" optional = false python-versions = "*" files = [ @@ -14,6 +15,7 @@ files = [ name = "arrow" version = "1.2.3" description = "Better dates & times for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -28,6 +30,7 @@ python-dateutil = ">=2.7.0" name = "black" version = "21.12b0" description = "The uncompromising code formatter." +category = "dev" optional = false python-versions = ">=3.6.2" files = [ @@ -57,6 +60,7 @@ uvloop = ["uvloop (>=0.15.2)"] name = "cachetools" version = "5.3.1" description = "Extensible memoizing collections and decorators" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -68,6 +72,7 @@ files = [ name = "certifi" version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -79,6 +84,7 @@ files = [ name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -163,6 +169,7 @@ files = [ name = "click" version = "8.1.5" description = "Composable command line interface toolkit" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -177,6 +184,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -188,6 +196,7 @@ files = [ name = "datefinder" version = "0.7.3" description = "Extract datetime objects from strings" +category = "main" optional = false python-versions = "*" files = [ @@ -207,6 +216,7 @@ test = ["mock", "pytest (>=2.8.5)", "pytz (>=2015.7)"] name = "docopt" version = "0.6.2" description = "Pythonic argument parser, that will make you smile" +category = "main" optional = false python-versions = "*" files = [ @@ -217,6 +227,7 @@ files = [ name = "elasticsearch" version = "7.17.9" description = "Python client for Elasticsearch" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" files = [ @@ -238,6 +249,7 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "elasticsearch-dsl" version = "7.4.1" description = "Python client for Elasticsearch" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -257,6 +269,7 @@ develop = ["coverage (<5.0.0)", "mock", "pytest (>=3.0.0)", "pytest-cov", "pytes name = "exceptiongroup" version = "1.1.2" description = "Backport of PEP 654 (exception groups)" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -271,6 +284,7 @@ test = ["pytest (>=6)"] name = "filigran-sseclient" version = "1.0.1" description = "Python API client for OpenCTI." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -290,6 +304,7 @@ doc = ["autoapi (>=2.0.1,<2.1.0)", "sphinx-autodoc-typehints (>=1.19.2,<1.20.0)" name = "flake8" version = "6.0.0" description = "the modular source code checker: pep8 pyflakes and co" +category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -306,6 +321,7 @@ pyflakes = ">=3.0.0,<3.1.0" name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -317,6 +333,7 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -328,6 +345,7 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." +category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -345,6 +363,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -356,6 +375,7 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." +category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -367,6 +387,7 @@ files = [ name = "packaging" version = "22.0" description = "Core utilities for Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -378,6 +399,7 @@ files = [ name = "pathspec" version = "0.11.1" description = "Utility library for gitignore style pattern matching of file paths." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -389,6 +411,7 @@ files = [ name = "pika" version = "1.3.2" description = "Pika Python AMQP Client Library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -405,6 +428,7 @@ twisted = ["twisted"] name = "platformdirs" version = "3.9.1" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -420,6 +444,7 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- name = "pluggy" version = "1.2.0" description = "plugin and hook calling mechanisms for python" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -435,6 +460,7 @@ testing = ["pytest", "pytest-benchmark"] name = "pycodestyle" version = "2.10.0" description = "Python style guide checker" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -446,11 +472,12 @@ files = [ name = "pycti" version = "5.9.3" description = "Python API client for OpenCTI." +category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "pycti-5.9.3-py3-none-any.whl", hash = "sha256:f73b5c8a9aa9da99cf1460aa782edbd0c7267125fbcc670ccc1318e1694a170a"}, - {file = "pycti-5.9.3.tar.gz", hash = "sha256:6aa071e3668e820a5e3626ab14ae313476fbf0e94d5f9a4544e496c986905f43"}, + {file = "pycti-5.9.3-py3-none-any.whl", hash = "sha256:9e40c1d929884a3fb6d7cbaedb7bebc9eb1f5ac37a2d0b22f2c7d7aca46c6546"}, + {file = "pycti-5.9.3.tar.gz", hash = "sha256:eba3f709296247cad3d32f04be07b4d0c59b60e3de33272e952253b735af0997"}, ] [package.dependencies] @@ -474,6 +501,7 @@ doc = ["autoapi (>=2.0.1,<2.1.0)", "sphinx-autodoc-typehints (>=1.23.0,<1.24.0)" name = "pyflakes" version = "3.0.1" description = "passive checker of Python programs" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -485,6 +513,7 @@ files = [ name = "pyproject-flake8" version = "6.0.0.post1" description = "pyproject-flake8 (`pflake8`), a monkey patching wrapper to connect flake8 with pyproject.toml configuration" +category = "dev" optional = false python-versions = ">=3.8.1" files = [ @@ -500,6 +529,7 @@ tomli = {version = "*", markers = "python_version < \"3.11\""} name = "pytest" version = "7.4.0" description = "pytest: simple powerful testing with Python" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -522,6 +552,7 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-black" version = "0.3.12" description = "A pytest plugin to enable format checking with black" +category = "dev" optional = false python-versions = ">=2.7" files = [ @@ -537,6 +568,7 @@ toml = "*" name = "pytest-flake8" version = "1.1.1" description = "pytest plugin to check FLAKE8 requirements" +category = "dev" optional = false python-versions = "*" files = [ @@ -552,6 +584,7 @@ pytest = ">=7.0" name = "pytest-isort" version = "3.1.0" description = "py.test plugin to check import ordering using isort" +category = "dev" optional = false python-versions = ">=3.7,<4" files = [ @@ -567,6 +600,7 @@ pytest = ">=5.0" name = "python-datemath" version = "1.5.5" description = "A python module to emulate the date math used in SOLR and Elasticsearch" +category = "main" optional = false python-versions = "*" files = [ @@ -585,6 +619,7 @@ test = ["coverage"] name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -599,6 +634,7 @@ six = ">=1.5" name = "python-json-logger" version = "2.0.7" description = "A python library adding a json log formatter" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -610,6 +646,7 @@ files = [ name = "python-magic" version = "0.4.27" description = "File type identification using libmagic" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -621,6 +658,7 @@ files = [ name = "python-magic-bin" version = "0.4.14" description = "File type identification using libmagic binary package" +category = "main" optional = false python-versions = "*" files = [ @@ -633,6 +671,7 @@ files = [ name = "pytz" version = "2023.3" description = "World timezone definitions, modern and historical" +category = "main" optional = false python-versions = "*" files = [ @@ -644,6 +683,7 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -693,6 +733,7 @@ files = [ name = "regex" version = "2023.6.3" description = "Alternative regular expression module, to replace re." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -790,6 +831,7 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -811,6 +853,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "scalpl" version = "0.4.2" description = "A lightweight wrapper to operate on nested dictionaries seamlessly." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -822,6 +865,7 @@ files = [ name = "setuptools" version = "68.0.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -838,6 +882,7 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "simplejson" version = "3.19.1" description = "Simple, fast, extensible JSON encoder/decoder for Python" +category = "main" optional = false python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -932,6 +977,7 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -943,6 +989,7 @@ files = [ name = "stix2" version = "3.0.1" description = "Produce and consume STIX 2 JSON content" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -964,6 +1011,7 @@ taxii = ["taxii2-client (>=2.3.0)"] name = "stix2-patterns" version = "2.0.0" description = "Validate STIX 2 Patterns." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -984,6 +1032,7 @@ test = ["coverage", "pytest", "pytest-cov"] name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" +category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -995,6 +1044,7 @@ files = [ name = "tomli" version = "1.2.3" description = "A lil' TOML parser" +category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1006,6 +1056,7 @@ files = [ name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1017,6 +1068,7 @@ files = [ name = "urllib3" version = "1.26.16" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -1032,4 +1084,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c4154df9fef483eeda584e16a61d994e4e21929346d61823ce3feebb34e688c9" +content-hash = "6e4cec8392a5aaf86aafd3bb068f534599bd8981330c290c9fc4424931e6691e"