mirror of https://github.com/CIRCL/lookyloo
chg: Bump deps, bugfix in har2tree
parent
55eab4af9c
commit
1b7ef78dc7
|
@ -293,11 +293,11 @@ tornado = ["tornado (>=0.2)"]
|
|||
|
||||
[[package]]
|
||||
name = "har2tree"
|
||||
version = "1.4.3"
|
||||
version = "1.4.4"
|
||||
description = "HTTP Archive (HAR) to ETE Toolkit generator"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7,<4.0"
|
||||
python-versions = ">=3.8,<4.0"
|
||||
|
||||
[package.dependencies]
|
||||
beautifulsoup4 = ">=4.9.3,<5.0.0"
|
||||
|
@ -548,7 +548,7 @@ w3lib = ">=1.19.0"
|
|||
|
||||
[[package]]
|
||||
name = "parso"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
description = "A Python Parser"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -1302,8 +1302,8 @@ gunicorn = [
|
|||
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
||||
]
|
||||
har2tree = [
|
||||
{file = "har2tree-1.4.3-py3-none-any.whl", hash = "sha256:796c73447b749bbe1c8712f944968818670fb42a4251555a752d722ab57cecac"},
|
||||
{file = "har2tree-1.4.3.tar.gz", hash = "sha256:36b62fa4104ddd5969b1ac8f40235f868042ebaded3466cc2cc60ed74f6e1990"},
|
||||
{file = "har2tree-1.4.4-py3-none-any.whl", hash = "sha256:bc28dba29e9849500da892beb4d2fb225268555c30fa72a421de43bd198b4f68"},
|
||||
{file = "har2tree-1.4.4.tar.gz", hash = "sha256:e03af2919cd1663b1e21bcdf29c5563af846135f7e23c3f6142fe7df1ef70525"},
|
||||
]
|
||||
hyperlink = [
|
||||
{file = "hyperlink-21.0.0-py2.py3-none-any.whl", hash = "sha256:e6b14c37ecb73e89c77d78cdb4c2cc8f3fb59a885c5b3f819ff4ed80f25af1b4"},
|
||||
|
@ -1538,8 +1538,8 @@ parsel = [
|
|||
{file = "parsel-1.6.0.tar.gz", hash = "sha256:70efef0b651a996cceebc69e55a85eb2233be0890959203ba7c3a03c72725c79"},
|
||||
]
|
||||
parso = [
|
||||
{file = "parso-0.8.1-py2.py3-none-any.whl", hash = "sha256:15b00182f472319383252c18d5913b69269590616c947747bc50bf4ac768f410"},
|
||||
{file = "parso-0.8.1.tar.gz", hash = "sha256:8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e"},
|
||||
{file = "parso-0.8.2-py2.py3-none-any.whl", hash = "sha256:a8c4922db71e4fdb90e0d0bc6e50f9b273d3397925e5e60a717e719201778d22"},
|
||||
{file = "parso-0.8.2.tar.gz", hash = "sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398"},
|
||||
]
|
||||
pexpect = [
|
||||
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
||||
|
|
Loading…
Reference in New Issue