mirror of https://github.com/CIRCL/lookyloo
build(deps): bump pymisp from 2.4.170.2 to 2.4.171
Bumps [pymisp](https://github.com/MISP/PyMISP) from 2.4.170.2 to 2.4.171. - [Changelog](https://github.com/MISP/PyMISP/blob/main/CHANGELOG.txt) - [Commits](https://github.com/MISP/PyMISP/compare/v2.4.170.2...v2.4.171) --- updated-dependencies: - dependency-name: pymisp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/699/head
parent
b3b7d4f5c6
commit
0401b1d7ec
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "aiohttp"
|
||||
|
@ -2220,34 +2220,34 @@ docs = ["Sphinx (>=7.0.0,<8.0.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "pymisp"
|
||||
version = "2.4.170.2"
|
||||
version = "2.4.171"
|
||||
description = "Python API for MISP."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8,<4.0"
|
||||
files = [
|
||||
{file = "pymisp-2.4.170.2-py3-none-any.whl", hash = "sha256:4ed8a190daaff25c530459d9d9284340d74f3060ce523b8e9fd4772fd704772d"},
|
||||
{file = "pymisp-2.4.170.2.tar.gz", hash = "sha256:b2d5c78a7f8d5dee7d4b0e763c1ff2a77e6888db6867c47cbb33d0053a95e5c2"},
|
||||
{file = "pymisp-2.4.171-py3-none-any.whl", hash = "sha256:9410f44cd811f91d523593b5353e0fd37057ba1b1cf856a4050454cbb8a5b788"},
|
||||
{file = "pymisp-2.4.171.tar.gz", hash = "sha256:6dca1dd7be6e63c423eb48e84e587cb776db545de3385dc4875ecc55192a7863"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
deprecated = ">=1.2.13,<2.0.0"
|
||||
jsonschema = ">=4.17.3,<5.0.0"
|
||||
lief = {version = ">=0.13.0,<0.14.0", optional = true, markers = "extra == \"fileobjects\""}
|
||||
publicsuffixlist = ">=0.10.0.20230429,<0.11.0.0"
|
||||
publicsuffixlist = ">=0.10.0.20230506,<0.11.0.0"
|
||||
pydeep2 = {version = ">=0.5.1,<0.6.0", optional = true, markers = "extra == \"fileobjects\""}
|
||||
pyfaup = {version = ">=1.2,<2.0", optional = true, markers = "extra == \"url\""}
|
||||
python-dateutil = ">=2.8.2,<3.0.0"
|
||||
python-magic = {version = ">=0.4.27,<0.5.0", optional = true, markers = "extra == \"fileobjects\""}
|
||||
requests = ">=2.29.0,<3.0.0"
|
||||
requests = ">=2.30.0,<3.0.0"
|
||||
|
||||
[package.extras]
|
||||
brotli = ["urllib3[brotli] (>=1.26.15,<2.0.0)"]
|
||||
brotli = ["urllib3[brotli]"]
|
||||
docs = ["recommonmark (>=0.7.1,<0.8.0)", "sphinx-autodoc-typehints (>=1.23.0,<2.0.0)"]
|
||||
email = ["RTFDE (>=0.0.2,<0.0.3)", "extract_msg (==0.40)", "oletools (>=0.60.1,<0.61.0)"]
|
||||
email = ["RTFDE (>=0.0.2,<0.0.3)", "extract_msg (>=0.41.1,<0.42.0)", "oletools (>=0.60.1,<0.61.0)"]
|
||||
fileobjects = ["lief (>=0.13.0,<0.14.0)", "pydeep2 (>=0.5.1,<0.6.0)", "python-magic (>=0.4.27,<0.5.0)"]
|
||||
openioc = ["beautifulsoup4 (==4.11.1)"]
|
||||
pdfexport = ["reportlab (>=3.6.13,<4.0.0)"]
|
||||
openioc = ["beautifulsoup4 (>=4.12.2,<5.0.0)"]
|
||||
pdfexport = ["reportlab (>=4.0.0,<5.0.0)"]
|
||||
url = ["pyfaup (>=1.2,<2.0)"]
|
||||
virustotal = ["validators (>=0.20.0,<0.21.0)"]
|
||||
|
||||
|
@ -3189,4 +3189,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8,<3.12"
|
||||
content-hash = "801966e418223dec646a3927323a1705a28252369acad573787fb7355e9c8032"
|
||||
content-hash = "60927fcbceaeca141c2837cea8dbeba0e77540f000dfcd6b57928994707fc369"
|
||||
|
|
|
@ -50,7 +50,7 @@ pysanejs = "^2.0.1"
|
|||
pylookyloo = "^1.19.0"
|
||||
dnspython = "^2.3.0"
|
||||
pytaxonomies = "^1.5.0"
|
||||
pymisp = {version = "^2.4.170.2", extras = ["url", "fileobjects"]}
|
||||
pymisp = {version = "^2.4.171", extras = ["url", "fileobjects"]}
|
||||
Pillow = "^9.5.0"
|
||||
flask-restx = "^1.1.0"
|
||||
rich = "^13.3.5"
|
||||
|
|
Loading…
Reference in New Issue