mirror of https://github.com/CIRCL/lookyloo
chg: Bump har2tree
parent
09d04e0835
commit
98df8e8dd4
|
@ -296,7 +296,7 @@ description = "HTTP Archive (HAR) to ETE Toolkit generator"
|
||||||
name = "har2tree"
|
name = "har2tree"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6,<4.0"
|
python-versions = ">=3.6,<4.0"
|
||||||
version = "1.1.3"
|
version = "1.1.4"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
beautifulsoup4 = ">=4.8.2,<5.0.0"
|
beautifulsoup4 = ">=4.8.2,<5.0.0"
|
||||||
|
@ -1071,7 +1071,7 @@ test = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
content-hash = "483b931ed59303511a2b23a8953ceb2486400de4ec5090c5cffdc2780f2d5143"
|
content-hash = "0079fce418f9ec6dc9b8ee639dfc1a15410e61a741e7c48aae006c02e46b786f"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
|
@ -1261,8 +1261,8 @@ gunicorn = [
|
||||||
{file = "gunicorn-20.0.4.tar.gz", hash = "sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626"},
|
{file = "gunicorn-20.0.4.tar.gz", hash = "sha256:1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626"},
|
||||||
]
|
]
|
||||||
har2tree = [
|
har2tree = [
|
||||||
{file = "har2tree-1.1.3-py3-none-any.whl", hash = "sha256:a587375f18f2f3933c6708c122d273d114fe435d946f7bc3297d33ce50c14439"},
|
{file = "har2tree-1.1.4-py3-none-any.whl", hash = "sha256:dbd157b2046fd5083d9c6cdbba9d464081e91bc10cf0657cc1f64b0b89ad56c7"},
|
||||||
{file = "har2tree-1.1.3.tar.gz", hash = "sha256:538ce736a6824db538d341b2624fa596ad4df1e850be42b9d7f09ff8c0c55df3"},
|
{file = "har2tree-1.1.4.tar.gz", hash = "sha256:931e2df167c068759197d3b8daaae72ac4908ab5436c4f36c28c787ccc987f78"},
|
||||||
]
|
]
|
||||||
hyperlink = [
|
hyperlink = [
|
||||||
{file = "hyperlink-19.0.0-py2.py3-none-any.whl", hash = "sha256:ab4a308feb039b04f855a020a6eda3b18ca5a68e6d8f8c899cbe9e653721d04f"},
|
{file = "hyperlink-19.0.0-py2.py3-none-any.whl", hash = "sha256:ab4a308feb039b04f855a020a6eda3b18ca5a68e6d8f8c899cbe9e653721d04f"},
|
||||||
|
|
|
@ -46,7 +46,7 @@ Flask-HTTPAuth = "^3.3.0"
|
||||||
pyeupi = "^1.0"
|
pyeupi = "^1.0"
|
||||||
scrapysplashwrapper = "^1.1"
|
scrapysplashwrapper = "^1.1"
|
||||||
pysanejs = "^1.1"
|
pysanejs = "^1.1"
|
||||||
har2tree = "^1.1.3"
|
har2tree = "^1.1.4"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
mypy = "^0.761"
|
mypy = "^0.761"
|
||||||
|
|
Loading…
Reference in New Issue