From 7f1b9f8139e752ac04100f998f8797ca8c740b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 24 May 2022 14:54:30 +0200 Subject: [PATCH] chg: Bump deps, fix issue with playwright --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9e3923e..4595201 100644 --- a/poetry.lock +++ b/poetry.lock @@ -692,7 +692,7 @@ websockets = "10.1" [[package]] name = "playwrightcapture" -version = "0.2.2" +version = "1.12.1" description = "A simple library to capture websites using playwright" category = "main" optional = false @@ -803,17 +803,17 @@ docs = ["Sphinx (>=4.3.1,<5.0.0)"] [[package]] name = "pylookyloo" -version = "1.10.0" +version = "1.12.0" description = "Python CLI and module for Lookyloo" category = "main" optional = false python-versions = ">=3.8,<4.0" [package.dependencies] -requests = ">=2.26.0,<3.0.0" +requests = ">=2.27.1,<3.0.0" [package.extras] -docs = ["Sphinx (>=4.3.1,<5.0.0)"] +docs = ["Sphinx (>=4.5.0,<5.0.0)"] [[package]] name = "pymisp" @@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "ac9b62a357abd278c41e10dec023e3102cb9e3630040e3610b514a398561b326" +content-hash = "74650543df5ad13bc296733f3a2c7d59e37a340fb2c3544d8a3715a69a4fa8ed" [metadata.files] aiohttp = [ @@ -2076,8 +2076,8 @@ playwright = [ {file = "playwright-1.22.0-py3-none-win_amd64.whl", hash = "sha256:bc7827fcc037a9a6f571328c524d50bfd46db4ebdc415ab8b8efafae30c1d597"}, ] playwrightcapture = [ - {file = "PlaywrightCapture-0.2.2-py3-none-any.whl", hash = "sha256:95bacc86684990ffccbb93faa6ca7d64254ca10a48b0907816cc0bc6d276a2af"}, - {file = "PlaywrightCapture-0.2.2.tar.gz", hash = "sha256:69177cb8a7758195bcf68ef88e5a69b447729cd62631853448012a506dd78302"}, + {file = "PlaywrightCapture-1.12.1-py3-none-any.whl", hash = "sha256:11f4f94dc5a04c3a548bbfe209643162043c706483f78444aa87afa24a93a979"}, + {file = "PlaywrightCapture-1.12.1.tar.gz", hash = "sha256:7799907cd6938a315b13110584347f1ce3dd2bea5ab2f271004bb71c5445ba61"}, ] prompt-toolkit = [ {file = "prompt_toolkit-3.0.29-py3-none-any.whl", hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752"}, @@ -2129,8 +2129,8 @@ pyhashlookup = [ {file = "pyhashlookup-1.1.1.tar.gz", hash = "sha256:3b0ecd0aab7ff803044617a1f7026fe96469f1c5e62b17891755c9bca702371e"}, ] pylookyloo = [ - {file = "pylookyloo-1.10.0-py3-none-any.whl", hash = "sha256:c686b00a0016ebf141c55af2cd1b32760821437abd12544db10fc648b5fac8e5"}, - {file = "pylookyloo-1.10.0.tar.gz", hash = "sha256:684131f23200e6157fab60dd9b0795a9e5858db3be5e1f0bd9bb3e50bd39ca60"}, + {file = "pylookyloo-1.12.0-py3-none-any.whl", hash = "sha256:cf68609b5b5e779ccbb846acf2f34a31381575d760b25fa09e6f8a57689f7dfb"}, + {file = "pylookyloo-1.12.0.tar.gz", hash = "sha256:a6e652e3f7ed370d5db2a044ecfd4c693eff79c3bcb78bae0ce3e8af03b1b23f"}, ] pymisp = [ {file = "pymisp-2.4.157-py3-none-any.whl", hash = "sha256:f3977d5f275e2917b651fc4e8a43920b8e38fbe21998e9798f24fef889a62814"}, diff --git a/pyproject.toml b/pyproject.toml index 56d80f0..2eeabb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ lief = "^0.12.1" ua-parser = "^0.10.0" Flask-Login = "^0.6.1" har2tree = "^1.12.0" -playwrightcapture = "^0.2.2" +playwrightcapture = "^1.12.1" [tool.poetry.extras] misp = ['python-magic', 'pydeep2']