chg: Bump deps

pull/557/head
Raphaël Vinot 2022-12-02 14:27:28 +01:00
parent b7302d09b5
commit 3fc12aec5f
2 changed files with 12 additions and 12 deletions

22
poetry.lock generated
View File

@ -572,7 +572,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-
[[package]]
name = "lacuscore"
version = "1.1.8"
version = "1.1.9"
description = "Core of Lacus, usable as a module"
category = "main"
optional = false
@ -580,8 +580,8 @@ python-versions = ">=3.8,<4.0"
[package.dependencies]
defang = ">=0.5.3,<0.6.0"
playwrightcapture = ">=1.16.3,<2.0.0"
redis = {version = ">=4.3.4,<5.0.0", extras = ["hiredis"]}
playwrightcapture = ">=1.16.4,<2.0.0"
redis = {version = ">=4.3.5,<5.0.0", extras = ["hiredis"]}
requests = ">=2.28.1,<3.0.0"
ua-parser = ">=0.16.1,<0.17.0"
@ -774,7 +774,7 @@ typing-extensions = {version = "*", markers = "python_version <= \"3.8\""}
[[package]]
name = "playwrightcapture"
version = "1.16.3"
version = "1.16.4"
description = "A simple library to capture websites using playwright"
category = "main"
optional = false
@ -782,10 +782,10 @@ python-versions = ">=3.8,<4.0"
[package.dependencies]
beautifulsoup4 = ">=4.11.1,<5.0.0"
dateparser = ">=1.1.3,<2.0.0"
dateparser = ">=1.1.4,<2.0.0"
lxml = ">=4.9.1,<5.0.0"
playwright = ">=1.28.0,<2.0.0"
w3lib = ">=2.0.1,<3.0.0"
w3lib = ">=2.1.0,<3.0.0"
[package.extras]
recaptcha = ["SpeechRecognition (>=3.8.1,<4.0.0)", "pydub (>=0.25.1,<0.26.0)", "requests (>=2.28.1,<3.0.0)"]
@ -1435,7 +1435,7 @@ misp = ["python-magic", "pydeep2"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.12"
content-hash = "287be8d303b7858d5231a27b85b3e013da060c8ce259838e2f6e1494324d7b45"
content-hash = "65c77ef863a141c182d7cefc9790e95d7591aa93fd1b6925b11b33c04dd49776"
[metadata.files]
aiohttp = [
@ -1911,8 +1911,8 @@ jsonschema = [
{file = "jsonschema-4.17.3.tar.gz", hash = "sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d"},
]
lacuscore = [
{file = "lacuscore-1.1.8-py3-none-any.whl", hash = "sha256:efc747a4b0a26681e46e208a2e1522baa144bccaa6cd08a3e438a5a69de8fbea"},
{file = "lacuscore-1.1.8.tar.gz", hash = "sha256:dbecf8676da27866b81040c9d69284da4c1091c38bf12252a5629aa65fa37bc4"},
{file = "lacuscore-1.1.9-py3-none-any.whl", hash = "sha256:8721b51e8ce03c996b96907ba5daf0c92847fa0c53b47cf23e4270d502ee05f9"},
{file = "lacuscore-1.1.9.tar.gz", hash = "sha256:3124a545a7ce22eee052f63773debc96acf3c8aff3d02af993f7c4fc9d1b5c66"},
]
lief = [
{file = "lief-0.12.3-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:6d18aafa2028587c98f6d4387bec94346e92f2b5a8a5002f70b1cf35b1c045cc"},
@ -2312,8 +2312,8 @@ playwright = [
{file = "playwright-1.28.0-py3-none-win_amd64.whl", hash = "sha256:794b9da616c03354a12e48ddf060a9e776ab59b90662b0131ff74ec1b25739f4"},
]
playwrightcapture = [
{file = "playwrightcapture-1.16.3-py3-none-any.whl", hash = "sha256:7427b661413284145e50c550b06ebfe5ef0a7c9d02a15d304f72cc1811f4c995"},
{file = "playwrightcapture-1.16.3.tar.gz", hash = "sha256:b3cf9a14557398a448510fef8ff89d6233c543d87cf365ed97b78981160546c4"},
{file = "playwrightcapture-1.16.4-py3-none-any.whl", hash = "sha256:ca5b1f41f943f506fc262cfaceb64e5dcd0351ade9f9d14edc91f750ef117e6e"},
{file = "playwrightcapture-1.16.4.tar.gz", hash = "sha256:9c6abf2df7609edfa29d815cacf55d9a541a2712f576bbfdb60796bc7fbd6d4f"},
]
prompt-toolkit = [
{file = "prompt_toolkit-3.0.33-py3-none-any.whl", hash = "sha256:ced598b222f6f4029c0800cefaa6a17373fb580cd093223003475ce32805c35b"},

View File

@ -67,7 +67,7 @@ passivetotal = "^2.5.9"
werkzeug = "^2.2.2"
filetype = "^1.2.0"
pypandora = "^1.2.0"
lacuscore = "^1.1.8"
lacuscore = "^1.1.9"
pylacus = "^1.1.1"
[tool.poetry.extras]