mirror of https://github.com/CIRCL/lookyloo
chg: Bump har2tree
parent
855485984f
commit
5fa71dc35a
|
@ -908,13 +908,13 @@ tornado = ["tornado (>=0.2)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "har2tree"
|
name = "har2tree"
|
||||||
version = "1.21.2"
|
version = "1.21.3"
|
||||||
description = "HTTP Archive (HAR) to ETE Toolkit generator"
|
description = "HTTP Archive (HAR) to ETE Toolkit generator"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8,<3.12"
|
python-versions = ">=3.8,<3.12"
|
||||||
files = [
|
files = [
|
||||||
{file = "har2tree-1.21.2-py3-none-any.whl", hash = "sha256:6e57c79a92e885d2321977edee96f251f1146ce8dc12bf9dbfc401f507f80204"},
|
{file = "har2tree-1.21.3-py3-none-any.whl", hash = "sha256:663d78ea2409fcc1b8f0b387154ecefb11d69aa3b6bd7cd71b9efc0754a718b6"},
|
||||||
{file = "har2tree-1.21.2.tar.gz", hash = "sha256:0cc0fad59ba5926da8b1d609439a6a905b8fe24a0a01e9ba0a20e6702f7f0740"},
|
{file = "har2tree-1.21.3.tar.gz", hash = "sha256:6e7b03b639b33700c85d470a23cb864071be362d4dda132a78475bd05de23aae"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -3146,4 +3146,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8,<3.12"
|
python-versions = ">=3.8,<3.12"
|
||||||
content-hash = "b84bbfd91bbf1959b14fdad2a9e7a6634bac4361278ff63fc4ecb1d1f11f1602"
|
content-hash = "141ce8afa6057e50da08f5960b8abdca79ff3a509dc937bdbf8f0ea89cc1f76e"
|
||||||
|
|
|
@ -60,7 +60,7 @@ pyhashlookup = "^1.2.1"
|
||||||
lief = "^0.13.2"
|
lief = "^0.13.2"
|
||||||
ua-parser = "^0.18.0"
|
ua-parser = "^0.18.0"
|
||||||
Flask-Login = "^0.6.2"
|
Flask-Login = "^0.6.2"
|
||||||
har2tree = "^1.21.2"
|
har2tree = "^1.21.3"
|
||||||
passivetotal = "^2.5.9"
|
passivetotal = "^2.5.9"
|
||||||
werkzeug = "^2.3.6"
|
werkzeug = "^2.3.6"
|
||||||
filetype = "^1.2.0"
|
filetype = "^1.2.0"
|
||||||
|
|
Loading…
Reference in New Issue