chg: Bump deps

pull/299/head
Raphaël Vinot 2021-12-01 12:12:53 +01:00
parent 05eb0755ff
commit 799fc49128
2 changed files with 11 additions and 11 deletions

20
poetry.lock generated
View File

@ -684,7 +684,7 @@ w3lib = ">=1.19.0"
[[package]]
name = "parso"
version = "0.8.2"
version = "0.8.3"
description = "A Python Parser"
category = "dev"
optional = false
@ -1270,7 +1270,7 @@ python-versions = "*"
[[package]]
name = "typing-extensions"
version = "4.0.0"
version = "4.0.1"
description = "Backported and Experimental Type Hints for Python 3.6+"
category = "main"
optional = false
@ -1291,7 +1291,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "vt-py"
version = "0.8.0"
version = "0.9.0"
description = "The official Python client library for VirusTotal"
category = "main"
optional = false
@ -1372,7 +1372,7 @@ misp = ["python-magic", "pydeep"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "dc3eee3a35264d9d47d1e91b97a518f5be514566f923d817d30bacb18384fc0a"
content-hash = "30db117c99c429dbc7056796ea1e3c5293f95e037f0249be1e06d926c33c763e"
[metadata.files]
aiohttp = [
@ -2110,8 +2110,8 @@ parsel = [
{file = "parsel-1.6.0.tar.gz", hash = "sha256:70efef0b651a996cceebc69e55a85eb2233be0890959203ba7c3a03c72725c79"},
]
parso = [
{file = "parso-0.8.2-py2.py3-none-any.whl", hash = "sha256:a8c4922db71e4fdb90e0d0bc6e50f9b273d3397925e5e60a717e719201778d22"},
{file = "parso-0.8.2.tar.gz", hash = "sha256:12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398"},
{file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"},
{file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"},
]
pexpect = [
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
@ -2401,16 +2401,16 @@ types-werkzeug = [
{file = "types_Werkzeug-1.0.9-py3-none-any.whl", hash = "sha256:194bd5715a13c598f05c63e8a739328657590943bce941e8a3619a6b5d4a54ec"},
]
typing-extensions = [
{file = "typing_extensions-4.0.0-py3-none-any.whl", hash = "sha256:829704698b22e13ec9eaf959122315eabb370b0884400e9818334d8b677023d9"},
{file = "typing_extensions-4.0.0.tar.gz", hash = "sha256:2cdf80e4e04866a9b3689a51869016d36db0814d84b8d8a568d22781d45d27ed"},
{file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"},
{file = "typing_extensions-4.0.1.tar.gz", hash = "sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e"},
]
urllib3 = [
{file = "urllib3-1.26.7-py2.py3-none-any.whl", hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"},
{file = "urllib3-1.26.7.tar.gz", hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"},
]
vt-py = [
{file = "vt-py-0.8.0.tar.gz", hash = "sha256:40614c653f87c341d9744719c90fcf5b22d0da47f9ba14f66251b9f4424fd8bc"},
{file = "vt_py-0.8.0-py3-none-any.whl", hash = "sha256:b691224c0050b2d678d9251ce889ed42bcb41e5ea70933a01e628ccc9c2642c1"},
{file = "vt-py-0.9.0.tar.gz", hash = "sha256:a91938373e56074448fbd513622e90fb90212c573f57030602715430623fdcfd"},
{file = "vt_py-0.9.0-py3-none-any.whl", hash = "sha256:a0af4f99c5ee02f698f9a2b723de35a0780a4837c244fb39739a3bec4638eb66"},
]
w3lib = [
{file = "w3lib-1.22.0-py2.py3-none-any.whl", hash = "sha256:0161d55537063e00d95a241663ede3395c4c6d7b777972ba2fd58bbab2001e53"},

View File

@ -44,7 +44,7 @@ redis = {version = "^4.0.2", extras = ["hiredis"]}
beautifulsoup4 = "^4.10"
bootstrap-flask = "^1.8.0"
defang = "^0.5.3"
vt-py = "^0.8.0"
vt-py = "^0.9.0"
pyeupi = "^1.1"
scrapysplashwrapper = "^1.9.3"
pysanejs = "^2.0"