mirror of https://github.com/CIRCL/lookyloo
chg: Bump lacus
parent
3d0b42ded8
commit
73fb2fa652
|
@ -178,11 +178,11 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
|||
|
||||
[[package]]
|
||||
name = "colorama"
|
||||
version = "0.4.5"
|
||||
version = "0.4.6"
|
||||
description = "Cross-platform colored terminal text."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
||||
|
||||
[[package]]
|
||||
name = "commonmark"
|
||||
|
@ -568,7 +568,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-
|
|||
|
||||
[[package]]
|
||||
name = "lacuscore"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
description = "Core of Lacus, usable as a module"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -576,7 +576,7 @@ python-versions = ">=3.8,<4.0"
|
|||
|
||||
[package.dependencies]
|
||||
defang = ">=0.5.3,<0.6.0"
|
||||
playwrightcapture = ">=1.16.0,<2.0.0"
|
||||
playwrightcapture = ">=1.16.1,<2.0.0"
|
||||
redis = {version = ">=4.3.4,<5.0.0", extras = ["hiredis"]}
|
||||
requests = ">=2.28.1,<3.0.0"
|
||||
ua-parser = ">=0.16.1,<0.17.0"
|
||||
|
@ -761,7 +761,7 @@ typing-extensions = {version = "*", markers = "python_version <= \"3.8\""}
|
|||
|
||||
[[package]]
|
||||
name = "playwrightcapture"
|
||||
version = "1.16.0"
|
||||
version = "1.16.1"
|
||||
description = "A simple library to capture websites using playwright"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -769,7 +769,7 @@ python-versions = ">=3.8,<4.0"
|
|||
|
||||
[package.dependencies]
|
||||
beautifulsoup4 = ">=4.11.1,<5.0.0"
|
||||
dateparser = ">=1.1.1,<2.0.0"
|
||||
dateparser = ">=1.1.2,<2.0.0"
|
||||
lxml = ">=4.9.1,<5.0.0"
|
||||
playwright = ">=1.27.1,<2.0.0"
|
||||
w3lib = ">=2.0.1,<3.0.0"
|
||||
|
@ -890,7 +890,7 @@ docs = ["Sphinx (>=5.1.1,<6.0.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "pylacus"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
description = "Python CLI and module for lacus"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -1465,7 +1465,7 @@ misp = ["python-magic", "pydeep2"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.8,<3.11"
|
||||
content-hash = "806dd290d676ce5be1d6090e0cc4b31654f2566126434b926901a083a4353397"
|
||||
content-hash = "bf546807862f1301a4ba924ad653e8b54cfde11221fe12c25bf6fa9c886aae62"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1659,8 +1659,8 @@ click = [
|
|||
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
||||
]
|
||||
colorama = [
|
||||
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
||||
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
||||
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
||||
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
||||
]
|
||||
commonmark = [
|
||||
{file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
|
||||
|
@ -1920,8 +1920,8 @@ jsonschema = [
|
|||
{file = "jsonschema-4.16.0.tar.gz", hash = "sha256:165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23"},
|
||||
]
|
||||
lacuscore = [
|
||||
{file = "lacuscore-1.0.0-py3-none-any.whl", hash = "sha256:78a8d2fb9443fa1cf2863fee77ad140979b75a6e362efa0af6c5b2638ff7607f"},
|
||||
{file = "lacuscore-1.0.0.tar.gz", hash = "sha256:c9a26f7da677c1a1504a60049a32f71b285e8bd9c04bcd5bd6e71c94546c8d67"},
|
||||
{file = "lacuscore-1.1.0-py3-none-any.whl", hash = "sha256:69262ce3d08d7f39a6171db3b83877d913498b3d01b8e45be7eaeb338a98424c"},
|
||||
{file = "lacuscore-1.1.0.tar.gz", hash = "sha256:23301b063e8d2a3ffd33e85ca00e590fc56b634d2de690ec8176cf56b084589f"},
|
||||
]
|
||||
lief = [
|
||||
{file = "lief-0.12.2-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:cdadaab4b9ec756e1d1f0324acd6e280ae849d251e66f836da455df592deaf9e"},
|
||||
|
@ -2261,8 +2261,8 @@ playwright = [
|
|||
{file = "playwright-1.27.1-py3-none-win_amd64.whl", hash = "sha256:fc8ce323cf116e27902f327cee1cba6fc0c5400e9281df8e53d3355de88336ba"},
|
||||
]
|
||||
playwrightcapture = [
|
||||
{file = "playwrightcapture-1.16.0-py3-none-any.whl", hash = "sha256:b34c9db0f05dea7d11b128ad7dcc9adcd9213a2c8e6847d99711443cd946f82d"},
|
||||
{file = "playwrightcapture-1.16.0.tar.gz", hash = "sha256:c3b95da957a649aa04ce3024a7c3b488821f7d03c6789358ad3705de81ae5821"},
|
||||
{file = "playwrightcapture-1.16.1-py3-none-any.whl", hash = "sha256:8a017c56bfdf36010cdcf13ee7edbed8b30acc1785a3c6801ed60ea53af1126c"},
|
||||
{file = "playwrightcapture-1.16.1.tar.gz", hash = "sha256:2764b6c8252f29497bdb3406c708b043b06de45ac6b5d986d40d4b95571b8850"},
|
||||
]
|
||||
prompt-toolkit = [
|
||||
{file = "prompt_toolkit-3.0.31-py3-none-any.whl", hash = "sha256:9696f386133df0fc8ca5af4895afe5d78f5fcfe5258111c2a79a1c3e41ffa96d"},
|
||||
|
@ -2318,8 +2318,8 @@ pyhashlookup = [
|
|||
{file = "pyhashlookup-1.2.1.tar.gz", hash = "sha256:eb514cc1a5559a013a8882e101849fa52a37641f2a7d9dc21c0d266b37607aa5"},
|
||||
]
|
||||
pylacus = [
|
||||
{file = "pylacus-1.0.0-py3-none-any.whl", hash = "sha256:5fc1eb2d397d9801929ed86eb768d3c3b1d0248e004d99975dc6be9eb80a7eee"},
|
||||
{file = "pylacus-1.0.0.tar.gz", hash = "sha256:ab8c16faff4482cd12af38abd385d2aa1d5bd4d54930d713669206f7da4b94b6"},
|
||||
{file = "pylacus-1.1.0-py3-none-any.whl", hash = "sha256:880ce273fe35a554a35d6812e899e69b2f360fa5041822b136fbaf8f336a44d3"},
|
||||
{file = "pylacus-1.1.0.tar.gz", hash = "sha256:90ca603bf58d19197f4776fffc58b9b98f34d12916457a026ff2cddbaa42fb6f"},
|
||||
]
|
||||
pylookyloo = [
|
||||
{file = "pylookyloo-1.15.0-py3-none-any.whl", hash = "sha256:ab717f8d05d8165cdfae8d47b13928de3f72b6322294dcff7881e757c343127f"},
|
||||
|
|
|
@ -67,8 +67,8 @@ passivetotal = "^2.5.9"
|
|||
werkzeug = "2.1.2"
|
||||
filetype = "^1.1.0"
|
||||
pypandora = "^1.1.2"
|
||||
lacuscore = "^1.0.0"
|
||||
pylacus = "^1.0.0"
|
||||
lacuscore = "^1.1.0"
|
||||
pylacus = "^1.1.0"
|
||||
|
||||
[tool.poetry.extras]
|
||||
misp = ['python-magic', 'pydeep2']
|
||||
|
|
Loading…
Reference in New Issue