mirror of https://github.com/CIRCL/lookyloo
fix: bump har2tree, handle exception properly, take 2
parent
1e0b2c16d7
commit
4ee1b66c7e
|
@ -383,7 +383,7 @@ tornado = ["tornado (>=0.2)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "har2tree"
|
name = "har2tree"
|
||||||
version = "1.12.1"
|
version = "1.12.2"
|
||||||
description = "HTTP Archive (HAR) to ETE Toolkit generator"
|
description = "HTTP Archive (HAR) to ETE Toolkit generator"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = ">=3.8,<3.11"
|
python-versions = ">=3.8,<3.11"
|
||||||
content-hash = "de3091d929210780fc831f9b07ce714aba4423baeafd85695bfc42581df2d25f"
|
content-hash = "c65e56d7a86d56462c72be60e152b2519f857fe2e3081933193ee16da135cd4e"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -1683,8 +1683,8 @@ gunicorn = [
|
||||||
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
||||||
]
|
]
|
||||||
har2tree = [
|
har2tree = [
|
||||||
{file = "har2tree-1.12.1-py3-none-any.whl", hash = "sha256:212f0b25a91bfe6aa6c36e17cd9cd42aecadf9c52eff7f55c2ad0890b0acbd63"},
|
{file = "har2tree-1.12.2-py3-none-any.whl", hash = "sha256:3ecdcd2efdad6677aa5ff2b25fcf6a603065613448ab04dff89cadd7b64bbea2"},
|
||||||
{file = "har2tree-1.12.1.tar.gz", hash = "sha256:48e78aeef75fb2d90cb7bad6f5385ccdfede01e4548ebd2b8e0e2ad16f419c29"},
|
{file = "har2tree-1.12.2.tar.gz", hash = "sha256:45f94431fdb7d2219dcc65f0a8517a1033453c2234ad70c974bbc23078eb1ab6"},
|
||||||
]
|
]
|
||||||
hiredis = [
|
hiredis = [
|
||||||
{file = "hiredis-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b4c8b0bc5841e578d5fb32a16e0c305359b987b850a06964bd5a62739d688048"},
|
{file = "hiredis-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b4c8b0bc5841e578d5fb32a16e0c305359b987b850a06964bd5a62739d688048"},
|
||||||
|
|
|
@ -63,7 +63,7 @@ pyhashlookup = "^1.1.1"
|
||||||
lief = "^0.12.1"
|
lief = "^0.12.1"
|
||||||
ua-parser = "^0.10.0"
|
ua-parser = "^0.10.0"
|
||||||
Flask-Login = "^0.6.1"
|
Flask-Login = "^0.6.1"
|
||||||
har2tree = "^1.12.1"
|
har2tree = "^1.12.2"
|
||||||
playwrightcapture = "^1.12.1"
|
playwrightcapture = "^1.12.1"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|
Loading…
Reference in New Issue