chg: Bump version, improve logging

pull/497/head
Raphaël Vinot 2022-08-19 09:33:26 +02:00
parent 3a8649d593
commit c1009cbc11
2 changed files with 24 additions and 24 deletions

38
poetry.lock generated
View File

@ -738,7 +738,7 @@ websockets = "10.1"
[[package]]
name = "playwrightcapture"
version = "1.14.1"
version = "1.14.2"
description = "A simple library to capture websites using playwright"
category = "main"
optional = false
@ -1137,7 +1137,7 @@ test = ["pre-commit", "pytest"]
[[package]]
name = "types-beautifulsoup4"
version = "4.11.4"
version = "4.11.5"
description = "Typing stubs for beautifulsoup4"
category = "dev"
optional = false
@ -1225,7 +1225,7 @@ python-versions = "*"
[[package]]
name = "types-requests"
version = "2.28.8"
version = "2.28.9"
description = "Typing stubs for requests"
category = "dev"
optional = false
@ -1236,7 +1236,7 @@ types-urllib3 = "<1.27"
[[package]]
name = "types-setuptools"
version = "64.0.1"
version = "65.1.0"
description = "Typing stubs for setuptools"
category = "dev"
optional = false
@ -1244,7 +1244,7 @@ python-versions = "*"
[[package]]
name = "types-urllib3"
version = "1.26.22"
version = "1.26.23"
description = "Typing stubs for urllib3"
category = "dev"
optional = false
@ -1314,7 +1314,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "vt-py"
version = "0.14.0"
version = "0.15.0"
description = "The official Python client library for VirusTotal"
category = "main"
optional = false
@ -1413,7 +1413,7 @@ misp = ["python-magic", "pydeep2"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "b7b57611afbc21c8bfac9b8b25c5a196de5a2c83e3332b6cc8ecb99e007aa5fb"
content-hash = "50d92ec200e527034c7286b1c2529f6c278446bbbbed9abccd4702e95c829a18"
[metadata.files]
aiohttp = [
@ -2212,8 +2212,8 @@ playwright = [
{file = "playwright-1.25.1-py3-none-win_amd64.whl", hash = "sha256:d5c64d4b6f4ab56ea0acf5446f3aa3834beea8d871c58a49eff189aa3cf85d13"},
]
playwrightcapture = [
{file = "PlaywrightCapture-1.14.1-py3-none-any.whl", hash = "sha256:9f83f65c3842825a15b05266aa254bffc598aa53727f57b00bdf3f947418fde1"},
{file = "PlaywrightCapture-1.14.1.tar.gz", hash = "sha256:9dbffb9336a7537697a90e02c454b2a17af1e4bfff281ce831445c70b7f973cd"},
{file = "PlaywrightCapture-1.14.2-py3-none-any.whl", hash = "sha256:22bc32ab969e99846cfd2dddc1ea3e210fbca0f35d692c0330ec619e1ce60287"},
{file = "PlaywrightCapture-1.14.2.tar.gz", hash = "sha256:9efcfc05a1e3327e63bb138ece22d257c2274828cc466f0a04f1059628a42859"},
]
prompt-toolkit = [
{file = "prompt_toolkit-3.0.30-py3-none-any.whl", hash = "sha256:d8916d3f62a7b67ab353a952ce4ced6a1d2587dfe9ef8ebc30dd7c386751f289"},
@ -2448,8 +2448,8 @@ traitlets = [
{file = "traitlets-5.3.0.tar.gz", hash = "sha256:0bb9f1f9f017aa8ec187d8b1b2a7a6626a2a1d877116baba52a129bfa124f8e2"},
]
types-beautifulsoup4 = [
{file = "types-beautifulsoup4-4.11.4.tar.gz", hash = "sha256:50111f84c2a42a0ff890acfa0f3a79f627e2852456ff4df32fd54cf42fd197de"},
{file = "types_beautifulsoup4-4.11.4-py3-none-any.whl", hash = "sha256:461aead477fa4e110d2e135509f1bee847f3cada404cb6f969eb66d330a792b9"},
{file = "types-beautifulsoup4-4.11.5.tar.gz", hash = "sha256:645963117b0f03f4a44bda36cf3da50cc0e25001e4d19c044d1e323a37c69d73"},
{file = "types_beautifulsoup4-4.11.5-py3-none-any.whl", hash = "sha256:4b97fce9049e5367ddf45333c8c7224e57d71a3f93162c714be52bf1aa538f0a"},
]
types-click = [
{file = "types-click-7.1.8.tar.gz", hash = "sha256:b6604968be6401dc516311ca50708a0a28baa7a0cb840efd7412f0dbbff4e092"},
@ -2488,16 +2488,16 @@ types-redis = [
{file = "types_redis-4.3.14-py3-none-any.whl", hash = "sha256:c5518f14df81f2070bb075b292309331b1be283f1927adf3f04983eeb05e2f98"},
]
types-requests = [
{file = "types-requests-2.28.8.tar.gz", hash = "sha256:7a9f7b152d594a1c18dd4932cdd2596b8efbeedfd73caa4e4abb3755805b4685"},
{file = "types_requests-2.28.8-py3-none-any.whl", hash = "sha256:b0421f9f2d0dd0f8df2c75f974686517ca67473f05b466232d4c6384d765ad7a"},
{file = "types-requests-2.28.9.tar.gz", hash = "sha256:feaf581bd580497a47fe845d506fa3b91b484cf706ff27774e87659837de9962"},
{file = "types_requests-2.28.9-py3-none-any.whl", hash = "sha256:86cb66d3de2f53eac5c09adc42cf6547eefbd0c7e1210beca1ee751c35d96083"},
]
types-setuptools = [
{file = "types-setuptools-64.0.1.tar.gz", hash = "sha256:8290b6bf1d916e6b007784d5cbcd112a1af9a2d76343231fcce0a55185343702"},
{file = "types_setuptools-64.0.1-py3-none-any.whl", hash = "sha256:005ccb8a1a7d0dce61cd63081dad0ddc599af4413bb49ce1333119a78a7bb2e1"},
{file = "types-setuptools-65.1.0.tar.gz", hash = "sha256:57f7d89eaa52a40ccb97f2cbe6178c6ad90f843afb67680933f8ef1472da53f8"},
{file = "types_setuptools-65.1.0-py3-none-any.whl", hash = "sha256:050ccaff1d0fecc1b1269168fe4da396c2a0743f0d287af391a9312c18a8b095"},
]
types-urllib3 = [
{file = "types-urllib3-1.26.22.tar.gz", hash = "sha256:b05af90e73889e688094008a97ca95788db8bf3736e2776fd43fb6b171485d94"},
{file = "types_urllib3-1.26.22-py3-none-any.whl", hash = "sha256:09a8783e1002472e8d1e1f3792d4c5cca1fffebb9b48ee1512aae6d16fe186bc"},
{file = "types-urllib3-1.26.23.tar.gz", hash = "sha256:b78e819f0e350221d0689a5666162e467ba3910737bafda14b5c2c85e9bb1e56"},
{file = "types_urllib3-1.26.23-py3-none-any.whl", hash = "sha256:333e675b188a1c1fd980b4b352f9e40572413a4c1ac689c23cd546e96310070a"},
]
types-werkzeug = [
{file = "types-Werkzeug-1.0.9.tar.gz", hash = "sha256:5cc269604c400133d452a40cee6397655f878fc460e03fde291b9e3a5eaa518c"},
@ -2524,8 +2524,8 @@ urllib3 = [
{file = "urllib3-1.26.11.tar.gz", hash = "sha256:ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a"},
]
vt-py = [
{file = "vt-py-0.14.0.tar.gz", hash = "sha256:f3e9341cfa344ec3b3b582e29255af7055a61c907c2f28e2a402e363bdf4c40b"},
{file = "vt_py-0.14.0-py3-none-any.whl", hash = "sha256:0841b54da3f3e0ba80d1086e2e4e4d3dfb5282db42bfe991d67a6e946d9e9cf9"},
{file = "vt-py-0.15.0.tar.gz", hash = "sha256:f6b681314866acc0bfc1e862ca97ba9f522702cd7d1acfd41bd203969fdc3bc3"},
{file = "vt_py-0.15.0-py3-none-any.whl", hash = "sha256:5d48f304afa5da774ecc20a4c5e4a155e25e48a4a4d5e93ab06e34ed3f1d911a"},
]
w3lib = [
{file = "w3lib-2.0.1-py3-none-any.whl", hash = "sha256:c5d966f86ae3fb546854478c769250c3ccb7581515b3221bcd2f864440000188"},

View File

@ -44,7 +44,7 @@ redis = {version = "^4.3.4", extras = ["hiredis"]}
beautifulsoup4 = "^4.11.1"
bootstrap-flask = "^2.0.2"
defang = "^0.5.3"
vt-py = "^0.14.0"
vt-py = "^0.15.0"
pyeupi = "^1.1"
pysanejs = "^2.0.1"
pylookyloo = "^1.14.1"
@ -63,7 +63,7 @@ lief = "^0.12.1"
ua-parser = "^0.15.0"
Flask-Login = "^0.6.2"
har2tree = "^1.14.2"
playwrightcapture = "^1.14.1"
playwrightcapture = "^1.14.2"
passivetotal = "^2.5.9"
werkzeug = "2.1.2"
filetype = "^1.1.0"
@ -75,13 +75,13 @@ misp = ['python-magic', 'pydeep2']
mypy = "^0.971"
ipython = "^8.4.0"
types-redis = "^4.3.14"
types-requests = "^2.28.8"
types-requests = "^2.28.9"
types-Flask = "^1.1.6"
types-pkg-resources = "^0.1.3"
types-Deprecated = "^1.2.9"
types-python-dateutil = "^2.8.19"
types-beautifulsoup4 = "^4.11.4"
types-setuptools = "^64.0.1"
types-beautifulsoup4 = "^4.11.5"
types-setuptools = "^65.1.0"
types-Pillow = "^9.2.1"
[build-system]