From 4ee1b66c7edea710c93d1004b22cbee8cf6734ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 23 Jun 2022 19:25:36 +0200 Subject: [PATCH] fix: bump har2tree, handle exception properly, take 2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 02debb0..e3120ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,7 +383,7 @@ tornado = ["tornado (>=0.2)"] [[package]] name = "har2tree" -version = "1.12.1" +version = "1.12.2" description = "HTTP Archive (HAR) to ETE Toolkit generator" category = "main" optional = false @@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "de3091d929210780fc831f9b07ce714aba4423baeafd85695bfc42581df2d25f" +content-hash = "c65e56d7a86d56462c72be60e152b2519f857fe2e3081933193ee16da135cd4e" [metadata.files] aiohttp = [ @@ -1683,8 +1683,8 @@ gunicorn = [ {file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"}, ] har2tree = [ - {file = "har2tree-1.12.1-py3-none-any.whl", hash = "sha256:212f0b25a91bfe6aa6c36e17cd9cd42aecadf9c52eff7f55c2ad0890b0acbd63"}, - {file = "har2tree-1.12.1.tar.gz", hash = "sha256:48e78aeef75fb2d90cb7bad6f5385ccdfede01e4548ebd2b8e0e2ad16f419c29"}, + {file = "har2tree-1.12.2-py3-none-any.whl", hash = "sha256:3ecdcd2efdad6677aa5ff2b25fcf6a603065613448ab04dff89cadd7b64bbea2"}, + {file = "har2tree-1.12.2.tar.gz", hash = "sha256:45f94431fdb7d2219dcc65f0a8517a1033453c2234ad70c974bbc23078eb1ab6"}, ] hiredis = [ {file = "hiredis-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b4c8b0bc5841e578d5fb32a16e0c305359b987b850a06964bd5a62739d688048"}, diff --git a/pyproject.toml b/pyproject.toml index 39b1461..bd0dc1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pyhashlookup = "^1.1.1" lief = "^0.12.1" ua-parser = "^0.10.0" Flask-Login = "^0.6.1" -har2tree = "^1.12.1" +har2tree = "^1.12.2" playwrightcapture = "^1.12.1" [tool.poetry.extras]