mirror of https://github.com/CIRCL/lookyloo
chg: Bump deps
parent
0a07412877
commit
3a8649d593
|
@ -403,7 +403,7 @@ tornado = ["tornado (>=0.2)"]
|
|||
|
||||
[[package]]
|
||||
name = "har2tree"
|
||||
version = "1.14.1"
|
||||
version = "1.14.2"
|
||||
description = "HTTP Archive (HAR) to ETE Toolkit generator"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -415,7 +415,7 @@ cchardet = ">=2.1.7,<3.0.0"
|
|||
ete3 = ">=3.1.2,<4.0.0"
|
||||
filetype = ">=1.1.0,<2.0.0"
|
||||
lxml = ">=4.9.1,<5.0.0"
|
||||
numpy = ">=1.23.1,<2.0.0"
|
||||
numpy = ">=1.23.2,<2.0.0"
|
||||
publicsuffix2 = ">=2.20191221,<3.0"
|
||||
six = ">=1.16.0,<2.0.0"
|
||||
w3lib = ">=2.0.1,<3.0.0"
|
||||
|
@ -544,7 +544,7 @@ i18n = ["Babel (>=2.7)"]
|
|||
|
||||
[[package]]
|
||||
name = "jsonschema"
|
||||
version = "4.10.3"
|
||||
version = "4.12.1"
|
||||
description = "An implementation of JSON Schema validation for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -1413,7 +1413,7 @@ misp = ["python-magic", "pydeep2"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.8,<3.11"
|
||||
content-hash = "d6422ef6314227f2b23aa623853c3b957e28a01da9a070cdfbd4a80fd4559d6f"
|
||||
content-hash = "b7b57611afbc21c8bfac9b8b25c5a196de5a2c83e3332b6cc8ecb99e007aa5fb"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1775,8 +1775,8 @@ gunicorn = [
|
|||
{file = "gunicorn-20.1.0.tar.gz", hash = "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8"},
|
||||
]
|
||||
har2tree = [
|
||||
{file = "har2tree-1.14.1-py3-none-any.whl", hash = "sha256:a9319e31daef3256a5618e9805ba378397830b7ef5c0921d6117bcb0acabb8f8"},
|
||||
{file = "har2tree-1.14.1.tar.gz", hash = "sha256:c245b0edc68a0a52329ac325c9b4a80a322100715f727f52e58575d1e01e7cf4"},
|
||||
{file = "har2tree-1.14.2-py3-none-any.whl", hash = "sha256:6d0068a8ebdbda0ba011f99fbdcf64e703b248b955fcf6c0d7a6d01f39897784"},
|
||||
{file = "har2tree-1.14.2.tar.gz", hash = "sha256:4f066bae7ee5737b51b96f77d87646f09992b1e2c2baac58af9b536033cb53b8"},
|
||||
]
|
||||
hiredis = [
|
||||
{file = "hiredis-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b4c8b0bc5841e578d5fb32a16e0c305359b987b850a06964bd5a62739d688048"},
|
||||
|
@ -1850,8 +1850,8 @@ jinja2 = [
|
|||
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
|
||||
]
|
||||
jsonschema = [
|
||||
{file = "jsonschema-4.10.3-py3-none-any.whl", hash = "sha256:443442f9ac2fdfde7bc99079f0ba08e5d167fc67749e9fc706a393bc8857ca48"},
|
||||
{file = "jsonschema-4.10.3.tar.gz", hash = "sha256:59ad13764820eb9d2cafc6db32e92fabd318c1e4e3f2205e646225283704a2c3"},
|
||||
{file = "jsonschema-4.12.1-py3-none-any.whl", hash = "sha256:05f975aee3f1244a1ea0e018e8ad2672f6ca5fd1a28bc46ffc7d4b3e9896cac4"},
|
||||
{file = "jsonschema-4.12.1.tar.gz", hash = "sha256:c7dd96a88c4ea60bdc8478589ee2d4ea5d73ab235e24d17641ad733dde4e3eb1"},
|
||||
]
|
||||
lief = [
|
||||
{file = "lief-0.12.1-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:4fbbc9d520de87ac22210c62d22a9b088e5460f9a028741311e6f68ef8877ddd"},
|
||||
|
|
|
@ -62,7 +62,7 @@ pyhashlookup = "^1.2.0"
|
|||
lief = "^0.12.1"
|
||||
ua-parser = "^0.15.0"
|
||||
Flask-Login = "^0.6.2"
|
||||
har2tree = "^1.14.1"
|
||||
har2tree = "^1.14.2"
|
||||
playwrightcapture = "^1.14.1"
|
||||
passivetotal = "^2.5.9"
|
||||
werkzeug = "2.1.2"
|
||||
|
|
Loading…
Reference in New Issue