From 59fbd767f6c862d4c017eed984a4494f773c3dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sat, 24 Sep 2022 22:38:26 +0200 Subject: [PATCH] chg: Bump deps --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5850243..af4f94e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -140,7 +140,7 @@ python-versions = "*" [[package]] name = "certifi" -version = "2022.9.14" +version = "2022.9.24" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false @@ -565,7 +565,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- [[package]] name = "lacuscore" -version = "0.3.3" +version = "0.3.4" description = "Core of Lacus, usable as a module" category = "main" optional = false @@ -576,7 +576,7 @@ playwrightcapture = ">=1.15.3,<2.0.0" requests = ">=2.28.1,<3.0.0" [package.extras] -docs = ["Sphinx (>=5.1.1,<6.0.0)"] +docs = ["Sphinx (>=5.2.0,<6.0.0)"] [[package]] name = "lief" @@ -1466,7 +1466,7 @@ misp = ["python-magic", "pydeep2"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "940bddd616758e6283f0221ae9dcddc40b7fbcd44cb1a2f72be44c3ebb48e735" +content-hash = "64293050ffe2574a28b6241d2ca47685ce21b889bb2d33cace2d3c7cdc4794ca" [metadata.files] aiohttp = [ @@ -1644,8 +1644,8 @@ cchardet = [ {file = "cchardet-2.1.7.tar.gz", hash = "sha256:c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf"}, ] certifi = [ - {file = "certifi-2022.9.14-py3-none-any.whl", hash = "sha256:e232343de1ab72c2aa521b625c80f699e356830fd0e2c620b465b304b17b0516"}, - {file = "certifi-2022.9.14.tar.gz", hash = "sha256:36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5"}, + {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, + {file = "certifi-2022.9.24.tar.gz", hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"}, ] chardet = [ {file = "chardet-5.0.0-py3-none-any.whl", hash = "sha256:d3e64f022d254183001eccc5db4040520c0f23b1a3f33d6413e099eb7f126557"}, @@ -1921,8 +1921,8 @@ jsonschema = [ {file = "jsonschema-4.16.0.tar.gz", hash = "sha256:165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23"}, ] lacuscore = [ - {file = "lacuscore-0.3.3-py3-none-any.whl", hash = "sha256:0bac18842532b0299a1df933ef731d532e69db637791e0229a7d973d58cf2a54"}, - {file = "lacuscore-0.3.3.tar.gz", hash = "sha256:c04ebc443bc360214bd23fd61b8eded68d74d7b3ba3e07293005b48467811d62"}, + {file = "lacuscore-0.3.4-py3-none-any.whl", hash = "sha256:06cd56476450d17291eec063c6eda116050f36ab8d216810d451e95ae98abe1b"}, + {file = "lacuscore-0.3.4.tar.gz", hash = "sha256:115be0d1362d701500e497baff12891ce40772aef3c546e041dabf5e3e79bf86"}, ] lief = [ {file = "lief-0.12.1-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:4fbbc9d520de87ac22210c62d22a9b088e5460f9a028741311e6f68ef8877ddd"}, diff --git a/pyproject.toml b/pyproject.toml index e820db3..fcba2ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ passivetotal = "^2.5.9" werkzeug = "2.1.2" filetype = "^1.1.0" pypandora = "^1.1.2" -lacuscore = "^0.3.3" +lacuscore = "^0.3.4" pylacus = "^0.3.1" [tool.poetry.extras]