mirror of https://github.com/CIRCL/lookyloo
chg: Bump deps
parent
335ab662cf
commit
da86228887
|
@ -137,7 +137,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "click"
|
name = "click"
|
||||||
version = "8.0.0"
|
version = "8.0.1"
|
||||||
description = "Composable command line interface toolkit"
|
description = "Composable command line interface toolkit"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -1149,7 +1149,7 @@ misp = ["python-magic", "pydeep"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "a15e335ba71ef2f1fc6c476549c8d8794dd4613bc626e1e217330b6e2cc9b3fe"
|
content-hash = "1bd649b86815b04f61da700d5b1b34b9e61fbdf9f38f02020a291719e488a82a"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -1299,8 +1299,8 @@ chardet = [
|
||||||
{file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"},
|
{file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"},
|
||||||
]
|
]
|
||||||
click = [
|
click = [
|
||||||
{file = "click-8.0.0-py3-none-any.whl", hash = "sha256:e90e62ced43dc8105fb9a26d62f0d9340b5c8db053a814e25d95c19873ae87db"},
|
{file = "click-8.0.1-py3-none-any.whl", hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6"},
|
||||||
{file = "click-8.0.0.tar.gz", hash = "sha256:7d8c289ee437bcb0316820ccee14aefcb056e58d31830ecab8e47eda6540e136"},
|
{file = "click-8.0.1.tar.gz", hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a"},
|
||||||
]
|
]
|
||||||
colorama = [
|
colorama = [
|
||||||
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
||||||
|
|
|
@ -43,15 +43,15 @@ redis = "^3.5.3"
|
||||||
beautifulsoup4 = "^4.9.3"
|
beautifulsoup4 = "^4.9.3"
|
||||||
bootstrap-flask = "^1.5.3"
|
bootstrap-flask = "^1.5.3"
|
||||||
defang = "^0.5.3"
|
defang = "^0.5.3"
|
||||||
vt-py = "^0.6.1"
|
vt-py = "^0.6.2"
|
||||||
pyeupi = "^1.0"
|
pyeupi = "^1.1"
|
||||||
scrapysplashwrapper = "^1.5"
|
scrapysplashwrapper = "^1.5.1"
|
||||||
pysanejs = "^1.3"
|
pysanejs = "^1.4"
|
||||||
har2tree = "^1.5.8"
|
har2tree = "^1.5.9"
|
||||||
pylookyloo = "^1.4"
|
pylookyloo = "^1.5"
|
||||||
dnspython = "^2.1.0"
|
dnspython = "^2.1.0"
|
||||||
pytaxonomies = "^1.3"
|
pytaxonomies = "^1.3"
|
||||||
pymisp = {version = "^2.4.142", extras = ["url"]}
|
pymisp = {version = "^2.4.143", extras = ["url"]}
|
||||||
python-magic = {version = "^0.4.22", optional = true}
|
python-magic = {version = "^0.4.22", optional = true}
|
||||||
# pydeep requires libfuzzy-dev, and is only used in the MISP export module
|
# pydeep requires libfuzzy-dev, and is only used in the MISP export module
|
||||||
pydeep = {version = "^0.4", optional = true}
|
pydeep = {version = "^0.4", optional = true}
|
||||||
|
|
Loading…
Reference in New Issue