mirror of https://github.com/CIRCL/lookyloo
chg: Bump deps
parent
aa52e6176f
commit
2dc068a63f
|
@ -2178,14 +2178,14 @@ docs = ["Sphinx (>=6.1.3,<7.0.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "pymisp"
|
||||
version = "2.4.169.3"
|
||||
version = "2.4.170"
|
||||
description = "Python API for MISP."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8,<4.0"
|
||||
files = [
|
||||
{file = "pymisp-2.4.169.3-py3-none-any.whl", hash = "sha256:d7409cfe93d806517924fa5c0963815f27e49793d1e44fcff33c0b7ea577e764"},
|
||||
{file = "pymisp-2.4.169.3.tar.gz", hash = "sha256:7d940282e1538a8cccd8aa99a7d770d4dbdf133cfcc17a4974d7018c58d4e03f"},
|
||||
{file = "pymisp-2.4.170-py3-none-any.whl", hash = "sha256:2ac05aaec94824425fbdd32be5a681d015dfa46b4c6942ec7252500eadd6a96d"},
|
||||
{file = "pymisp-2.4.170.tar.gz", hash = "sha256:ac8fed548f2b99147e581c012297105f3fe15c2aecb36bcf3900c461345f5e87"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2516,14 +2516,14 @@ six = "*"
|
|||
|
||||
[[package]]
|
||||
name = "rich"
|
||||
version = "13.3.3"
|
||||
version = "13.3.4"
|
||||
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7.0"
|
||||
files = [
|
||||
{file = "rich-13.3.3-py3-none-any.whl", hash = "sha256:540c7d6d26a1178e8e8b37e9ba44573a3cd1464ff6348b99ee7061b95d1c6333"},
|
||||
{file = "rich-13.3.3.tar.gz", hash = "sha256:dc84400a9d842b3a9c5ff74addd8eb798d155f36c1c91303888e0a66850d2a15"},
|
||||
{file = "rich-13.3.4-py3-none-any.whl", hash = "sha256:22b74cae0278fd5086ff44144d3813be1cedc9115bdfabbfefd86400cb88b20a"},
|
||||
{file = "rich-13.3.4.tar.gz", hash = "sha256:b5d573e13605423ec80bdd0cd5f8541f7844a0e71a13f74cf454ccb2f490708b"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2724,14 +2724,14 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "types-pyopenssl"
|
||||
version = "23.1.0.1"
|
||||
version = "23.1.0.2"
|
||||
description = "Typing stubs for pyOpenSSL"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "types-pyOpenSSL-23.1.0.1.tar.gz", hash = "sha256:59044283c475eaa5a29b36a903c123d52bdf4a7e012f0a1ca0e41115b99216da"},
|
||||
{file = "types_pyOpenSSL-23.1.0.1-py3-none-any.whl", hash = "sha256:ac7fbc240930c2f9a1cbd2d04f9cb14ad0f15b0ad8d6528732a83747b1b2086e"},
|
||||
{file = "types-pyOpenSSL-23.1.0.2.tar.gz", hash = "sha256:20b80971b86240e8432a1832bd8124cea49c3088c7bfc77dfd23be27ffe4a517"},
|
||||
{file = "types_pyOpenSSL-23.1.0.2-py3-none-any.whl", hash = "sha256:b050641aeff6dfebf231ad719bdac12d53b8ee818d4afb67b886333484629957"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3135,4 +3135,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8,<3.12"
|
||||
content-hash = "4a71f0950322895007c94b35b17dc5783fecffff50d2eb08e803cf91f20261cd"
|
||||
content-hash = "832959a2d02b52675de8ee0427e92d4113e65c4f082fd73941affbbb5b8cfe47"
|
||||
|
|
|
@ -50,10 +50,10 @@ pysanejs = "^2.0.1"
|
|||
pylookyloo = "^1.19.0"
|
||||
dnspython = "^2.3.0"
|
||||
pytaxonomies = "^1.5.0"
|
||||
pymisp = {version = "^2.4.169.3", extras = ["url", "fileobjects"]}
|
||||
pymisp = {version = "^2.4.170", extras = ["url", "fileobjects"]}
|
||||
Pillow = "^9.5.0"
|
||||
flask-restx = "^1.1.0"
|
||||
rich = "^13.3.3"
|
||||
rich = "^13.3.4"
|
||||
pyphishtanklookup = "^1.2"
|
||||
Flask-Cors = "^3.0.10"
|
||||
pyhashlookup = "^1.2.1"
|
||||
|
|
Loading…
Reference in New Issue