chg: Bump deps

pull/588/head
Raphaël Vinot 2023-01-23 11:20:28 +01:00
parent f335b4a58d
commit b373b3d577
2 changed files with 25 additions and 25 deletions

46
poetry.lock generated
View File

@ -1151,25 +1151,25 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-
[[package]]
name = "lacuscore"
version = "1.2.3"
version = "1.2.4"
description = "Core of Lacus, usable as a module"
category = "main"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "lacuscore-1.2.3-py3-none-any.whl", hash = "sha256:fe896cc458ec43a8a53513f7a4e0363edc336b1ec64b04ac3fa1835cf50c3957"},
{file = "lacuscore-1.2.3.tar.gz", hash = "sha256:9a456082462486652cead0b6f0d80541d0011fb2f2dc6c52e051b7039047849d"},
{file = "lacuscore-1.2.4-py3-none-any.whl", hash = "sha256:81037e1eb6991a71c2586848034a182a7b03bf928a8d03fd798bd9f6a28bc2b4"},
{file = "lacuscore-1.2.4.tar.gz", hash = "sha256:dcaf894c44ed5e6ca09cd9d17a3a7bb8ba45f271be048ec59378beb60068cc34"},
]
[package.dependencies]
defang = ">=0.5.3,<0.6.0"
playwrightcapture = {version = ">=1.17.2,<2.0.0", extras = ["recaptcha"]}
redis = {version = ">=4.4.1,<5.0.0", extras = ["hiredis"]}
requests = ">=2.28.1,<3.0.0"
playwrightcapture = {version = ">=1.17.3,<2.0.0", extras = ["recaptcha"]}
redis = {version = ">=4.4.2,<5.0.0", extras = ["hiredis"]}
requests = ">=2.28.2,<3.0.0"
ua-parser = ">=0.16.1,<0.17.0"
[package.extras]
docs = ["Sphinx (>=6.1.2,<7.0.0)"]
docs = ["Sphinx (>=6.1.3,<7.0.0)"]
[[package]]
name = "lief"
@ -1831,28 +1831,28 @@ typing-extensions = {version = "*", markers = "python_version <= \"3.8\""}
[[package]]
name = "playwrightcapture"
version = "1.17.2"
version = "1.17.3"
description = "A simple library to capture websites using playwright"
category = "main"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "playwrightcapture-1.17.2-py3-none-any.whl", hash = "sha256:03e29bdaafbd8cfe68b75e467a519e135556d879e7455edb3c8023a79917d8d0"},
{file = "playwrightcapture-1.17.2.tar.gz", hash = "sha256:8d637e1d6255bdcaaf30d7f2530ff7ec765c6c491590125f72d1c140d6fcee9b"},
{file = "playwrightcapture-1.17.3-py3-none-any.whl", hash = "sha256:6d98dba95460f23db723e98c81a14e12142055c1bbbaba7b18e2a2feb8db774b"},
{file = "playwrightcapture-1.17.3.tar.gz", hash = "sha256:060e06f0a90550a8db9dc6021be0a71ba7525964db1f61c1dbf11e71b35e3ad7"},
]
[package.dependencies]
beautifulsoup4 = ">=4.11.1,<5.0.0"
dateparser = ">=1.1.5,<2.0.0"
dateparser = ">=1.1.6,<2.0.0"
lxml = ">=4.9.2,<5.0.0"
playwright = ">=1.29.1,<2.0.0"
pydub = {version = ">=0.25.1,<0.26.0", optional = true, markers = "extra == \"recaptcha\""}
requests = {version = ">=2.28.1,<3.0.0", optional = true, markers = "extra == \"recaptcha\""}
requests = {version = ">=2.28.2,<3.0.0", optional = true, markers = "extra == \"recaptcha\""}
SpeechRecognition = {version = ">=3.9.0,<4.0.0", optional = true, markers = "extra == \"recaptcha\""}
w3lib = ">=2.1.1,<3.0.0"
[package.extras]
recaptcha = ["SpeechRecognition (>=3.9.0,<4.0.0)", "pydub (>=0.25.1,<0.26.0)", "requests (>=2.28.1,<3.0.0)"]
recaptcha = ["SpeechRecognition (>=3.9.0,<4.0.0)", "pydub (>=0.25.1,<0.26.0)", "requests (>=2.28.2,<3.0.0)"]
[[package]]
name = "prompt-toolkit"
@ -2091,21 +2091,21 @@ docs = ["Sphinx (>=6.1.3,<7.0.0)"]
[[package]]
name = "pymisp"
version = "2.4.167.2"
version = "2.4.168"
description = "Python API for MISP."
category = "main"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "pymisp-2.4.167.2-py3-none-any.whl", hash = "sha256:2cffa7ca117a153fe501c197cb6834083f1c94867ea63863cbade698813fc8ca"},
{file = "pymisp-2.4.167.2.tar.gz", hash = "sha256:f3e986826aadb1700b7d1ea73d06e6e40f231d2891a41841450fc2835a5e33be"},
{file = "pymisp-2.4.168-py3-none-any.whl", hash = "sha256:b89d68f5fe041089fb22dae4321c8d0ee3ca44dff01f016a7056848fed09daec"},
{file = "pymisp-2.4.168.tar.gz", hash = "sha256:4e88263348e7c558d255b47a636dbf6b85fdc73ad45b0ab22df064875cc1b020"},
]
[package.dependencies]
deprecated = ">=1.2.13,<2.0.0"
jsonschema = ">=4.17.3,<5.0.0"
lief = {version = ">=0.12.3,<0.13.0", optional = true, markers = "extra == \"fileobjects\""}
publicsuffixlist = ">=0.9.1,<0.10.0"
publicsuffixlist = ">=0.9.2,<0.10.0"
pydeep2 = {version = ">=0.5.1,<0.6.0", optional = true, markers = "extra == \"fileobjects\""}
pyfaup = {version = ">=1.2,<2.0", optional = true, markers = "extra == \"url\""}
python-dateutil = ">=2.8.2,<3.0.0"
@ -2114,8 +2114,8 @@ requests = ">=2.28.2,<3.0.0"
[package.extras]
brotli = ["urllib3[brotli] (>=1.26.14,<2.0.0)"]
docs = ["recommonmark (>=0.7.1,<0.8.0)", "sphinx-autodoc-typehints (>=1.21.1,<2.0.0)"]
email = ["RTFDE (>=0.0.2,<0.0.3)", "extract_msg (>=0.38.4,<0.39.0)", "oletools (>=0.60.1,<0.61.0)"]
docs = ["recommonmark (>=0.7.1,<0.8.0)", "sphinx-autodoc-typehints (>=1.21.7,<2.0.0)"]
email = ["RTFDE (>=0.0.2,<0.0.3)", "extract_msg (>=0.39.0,<0.40.0)", "oletools (>=0.60.1,<0.61.0)"]
fileobjects = ["lief (>=0.12.3,<0.13.0)", "pydeep2 (>=0.5.1,<0.6.0)", "python-magic (>=0.4.27,<0.5.0)"]
openioc = ["beautifulsoup4 (>=4.11.1,<5.0.0)"]
pdfexport = ["reportlab (>=3.6.12,<4.0.0)"]
@ -2459,14 +2459,14 @@ jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"]
[[package]]
name = "setuptools"
version = "66.0.0"
version = "66.1.1"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "setuptools-66.0.0-py3-none-any.whl", hash = "sha256:a78d01d1e2c175c474884671dde039962c9d74c7223db7369771fcf6e29ceeab"},
{file = "setuptools-66.0.0.tar.gz", hash = "sha256:bd6eb2d6722568de6d14b87c44a96fac54b2a45ff5e940e639979a3d1792adb6"},
{file = "setuptools-66.1.1-py3-none-any.whl", hash = "sha256:6f590d76b713d5de4e49fe4fbca24474469f53c83632d5d0fd056f7ff7e8112b"},
{file = "setuptools-66.1.1.tar.gz", hash = "sha256:ac4008d396bc9cd983ea483cb7139c0240a07bbc74ffb6232fceffedc6cf03a8"},
]
[package.extras]
@ -3045,4 +3045,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "88242fcbcceeffb0a38b63a8724bc222ec56045f57f5b94614f772dbcd717f3f"
content-hash = "ab69e7bbaa587fcb345da9d9467bf1cc44279ba561d4885b743bdb139bdf8d3c"

View File

@ -50,7 +50,7 @@ pysanejs = "^2.0.1"
pylookyloo = "^1.17.2"
dnspython = "^2.3.0"
pytaxonomies = "^1.5.0"
pymisp = {version = "^2.4.167.2", extras = ["url", "fileobjects"]}
pymisp = {version = "^2.4.168", extras = ["url", "fileobjects"]}
Pillow = "^9.4.0"
flask-restx = "^1.0.5"
rich = "^13.2.0"
@ -65,7 +65,7 @@ passivetotal = "^2.5.9"
werkzeug = "^2.2.2"
filetype = "^1.2.0"
pypandora = "^1.3.0"
lacuscore = "^1.2.3"
lacuscore = "^1.2.4"
pylacus = "^1.2.0"
pyipasnhistory = "^2.1.2"
publicsuffixlist = "^0.9.2"