chg: Bump deps

pull/455/head
Raphaël Vinot 2022-06-29 12:10:11 +01:00
parent cd7eb1b33b
commit 8a4d8ded35
2 changed files with 12 additions and 12 deletions

20
poetry.lock generated
View File

@ -524,7 +524,7 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "jsonschema"
version = "4.6.0"
version = "4.6.1"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -1129,7 +1129,7 @@ python-versions = "*"
[[package]]
name = "types-redis"
version = "4.3.2"
version = "4.3.3"
description = "Typing stubs for redis"
category = "dev"
optional = false
@ -1205,7 +1205,7 @@ test = ["pytest-mock (>=3.3)", "pytest (>=4.3)"]
[[package]]
name = "ua-parser"
version = "0.10.0"
version = "0.15.0"
description = "Python port of Browserscope's user agent parser"
category = "main"
optional = false
@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "dec35feae6d120eab24468677897c7b942c50c1ad26e95095aea6cf5b543704c"
content-hash = "e054a336e4bd38d3c4428b3188ea2ca8a61c542a52bbd18c79e6ae408993a4c8"
[metadata.files]
aiohttp = [
@ -1758,8 +1758,8 @@ jinja2 = [
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
]
jsonschema = [
{file = "jsonschema-4.6.0-py3-none-any.whl", hash = "sha256:1c92d2db1900b668201f1797887d66453ab1fbfea51df8e4b46236689c427baf"},
{file = "jsonschema-4.6.0.tar.gz", hash = "sha256:9d6397ba4a6c0bf0300736057f649e3e12ecbc07d3e81a0dacb72de4e9801957"},
{file = "jsonschema-4.6.1-py3-none-any.whl", hash = "sha256:5eb781753403847fb320f05e9ab2191725b58c5e7f97f1bed63285ca423159bc"},
{file = "jsonschema-4.6.1.tar.gz", hash = "sha256:ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b"},
]
lief = [
{file = "lief-0.12.1-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:4fbbc9d520de87ac22210c62d22a9b088e5460f9a028741311e6f68ef8877ddd"},
@ -2338,8 +2338,8 @@ types-python-dateutil = [
{file = "types_python_dateutil-2.8.18-py3-none-any.whl", hash = "sha256:fd5ed97262b76ae684695ea38ace8dd7c1bc9491aba7eb4edf6654b7ecabc870"},
]
types-redis = [
{file = "types-redis-4.3.2.tar.gz", hash = "sha256:a193508faa68c53dec45cc30515eab94c331325af8a0c3c80095f60f2ab6daa6"},
{file = "types_redis-4.3.2-py3-none-any.whl", hash = "sha256:6c2772dcf9abd611dfdecf92afeb9e9128bab66ab0c9b61517fac5c6d7c5d81e"},
{file = "types-redis-4.3.3.tar.gz", hash = "sha256:d3ae29aff7999361c9f979498bd2e257f932f6291b876aac0b44b5f00106c6e1"},
{file = "types_redis-4.3.3-py3-none-any.whl", hash = "sha256:7d37d9c2ab6a52c9f2a3ceaac41c4033f1a14b59cbdd01717b29a5fbe16600fb"},
]
types-requests = [
{file = "types-requests-2.28.0.tar.gz", hash = "sha256:9863d16dfbb3fa55dcda64fa3b989e76e8859033b26c1e1623e30465cfe294d3"},
@ -2370,8 +2370,8 @@ tzlocal = [
{file = "tzlocal-4.2.tar.gz", hash = "sha256:ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7"},
]
ua-parser = [
{file = "ua-parser-0.10.0.tar.gz", hash = "sha256:47b1782ed130d890018d983fac37c2a80799d9e0b9c532e734c67cf70f185033"},
{file = "ua_parser-0.10.0-py2.py3-none-any.whl", hash = "sha256:46ab2e383c01dbd2ab284991b87d624a26a08f72da4d7d413f5bfab8b9036f8a"},
{file = "ua-parser-0.15.0.tar.gz", hash = "sha256:e441c982ffe81aa7e31af40ac6bf1d39f8ad24f1d34a2d91baae415470b26e9b"},
{file = "ua_parser-0.15.0-py2.py3-none-any.whl", hash = "sha256:a93592ee96922b5f969bde9ae79662bdd41d041760280b099a6700264a1b7291"},
]
urllib3 = [
{file = "urllib3-1.26.9-py2.py3-none-any.whl", hash = "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"},

View File

@ -61,7 +61,7 @@ chardet = "^4.0.0"
Flask-Cors = "^3.0.10"
pyhashlookup = "^1.1.1"
lief = "^0.12.1"
ua-parser = "^0.10.0"
ua-parser = "^0.15.0"
Flask-Login = "^0.6.1"
har2tree = "^1.13.0"
playwrightcapture = "^1.13.0"
@ -72,7 +72,7 @@ misp = ['python-magic', 'pydeep2']
[tool.poetry.dev-dependencies]
mypy = "^0.961"
ipython = "^8.4.0"
types-redis = "^4.3.2"
types-redis = "^4.3.3"
types-requests = "^2.28.0"
types-Flask = "^1.1.6"
types-pkg-resources = "^0.1.3"