chg: Bump deps

pull/766/head
Raphaël Vinot 2023-08-23 15:08:58 +02:00
parent 2ec34e2b9b
commit d0f6672302
2 changed files with 16 additions and 16 deletions

26
poetry.lock generated
View File

@ -660,13 +660,13 @@ files = [
[[package]]
name = "flask"
version = "2.3.2"
version = "2.3.3"
description = "A simple framework for building complex web applications."
optional = false
python-versions = ">=3.8"
files = [
{file = "Flask-2.3.2-py3-none-any.whl", hash = "sha256:77fd4e1249d8c9923de34907236b747ced06e5467ecac1a7bb7115ae0e9670b0"},
{file = "Flask-2.3.2.tar.gz", hash = "sha256:8c2f9abd47a9e8df7f0c3f091ce9497d011dc3b31effcf4c85a6e2b50f4114ef"},
{file = "flask-2.3.3-py3-none-any.whl", hash = "sha256:f69fcd559dc907ed196ab9df0e48471709175e696d6e698dd4dbe940f96ce66b"},
{file = "flask-2.3.3.tar.gz", hash = "sha256:09c347a92aa7ff4a8e7f3206795f30d826654baf38b873d0744cd571ca609efc"},
]
[package.dependencies]
@ -675,7 +675,7 @@ click = ">=8.1.3"
importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""}
itsdangerous = ">=2.1.2"
Jinja2 = ">=3.1.2"
Werkzeug = ">=2.3.3"
Werkzeug = ">=2.3.7"
[package.extras]
async = ["asgiref (>=3.2)"]
@ -908,13 +908,13 @@ tornado = ["tornado (>=0.2)"]
[[package]]
name = "har2tree"
version = "1.21.7"
version = "1.21.8"
description = "HTTP Archive (HAR) to ETE Toolkit generator"
optional = false
python-versions = ">=3.8,<3.12"
files = [
{file = "har2tree-1.21.7-py3-none-any.whl", hash = "sha256:ffe14f2d21c53bd95839e67682aff4ecf4bb624bfda0aa23857df6dfe5aa70fa"},
{file = "har2tree-1.21.7.tar.gz", hash = "sha256:b03cd8c2ee7e954060c1109c08844c376db9d7fd0e2e2499bbdc5d9fe6879b7f"},
{file = "har2tree-1.21.8-py3-none-any.whl", hash = "sha256:8b418ded0df4da69f19f668c833667865770e449384ab60e006a4fcf1a8caf41"},
{file = "har2tree-1.21.8.tar.gz", hash = "sha256:b81b5041ecf9c683c6d24405f23cb40778586385f2c8b4dd7e21fa0abd2cb794"},
]
[package.dependencies]
@ -926,11 +926,11 @@ numpy = [
{version = "1.23.3", markers = "python_version < \"3.10\""},
{version = ">=1.23.4,<2.0.0", markers = "python_version >= \"3.10\""},
]
publicsuffixlist = ">=0.10.0.20230811,<0.11.0.0"
publicsuffixlist = ">=0.10.0.20230814,<0.11.0.0"
w3lib = ">=2.1.2,<3.0.0"
[package.extras]
docs = ["Sphinx (>=7.1.2,<8.0.0)"]
docs = ["Sphinx (<7.2)", "Sphinx (>=7.2,<8.0)"]
[[package]]
name = "hiredis"
@ -2791,13 +2791,13 @@ files = [
[[package]]
name = "types-redis"
version = "4.6.0.4"
version = "4.6.0.5"
description = "Typing stubs for redis"
optional = false
python-versions = "*"
files = [
{file = "types-redis-4.6.0.4.tar.gz", hash = "sha256:c475a9d3cf73dd696c3887d30644323fc56f5e00af96151035b3b5b52875c9b3"},
{file = "types_redis-4.6.0.4-py3-none-any.whl", hash = "sha256:03a1e1659ae4d8f6543bc2b8b11e94b1ee53937f313b1dc6f67dc7bde7d38fe0"},
{file = "types-redis-4.6.0.5.tar.gz", hash = "sha256:5f179d10bd3ca995a8134aafcddfc3e12d52b208437c4529ef27e68acb301f38"},
{file = "types_redis-4.6.0.5-py3-none-any.whl", hash = "sha256:4f662060247a2363c7a8f0b7e52915d68960870ff16a749a891eabcf87ed0be4"},
]
[package.dependencies]
@ -3159,4 +3159,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "77fdf2503ab1411bb27ea9142364b7e31cee4fb0d4caf05eaf0fb9cb378c124f"
content-hash = "aa1c594a266be223ca8ba40cb5ebd67b9d711d4b98ae0c5d32e4b9841ced9281"

View File

@ -37,7 +37,7 @@ start_website = "bin.start_website:main"
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
requests = "^2.31.0"
flask = "^2.3.2"
flask = "^2.3.3"
gunicorn = "^21.2.0"
charset-normalizer = "^3.2.0"
redis = {version = "^4.6.0", extras = ["hiredis"]}
@ -60,7 +60,7 @@ pyhashlookup = "^1.2.1"
lief = "^0.13.2"
ua-parser = "^0.18.0"
Flask-Login = "^0.6.2"
har2tree = "^1.21.7"
har2tree = "^1.21.8"
passivetotal = "^2.5.9"
werkzeug = "^2.3.7"
filetype = "^1.2.0"
@ -81,7 +81,7 @@ ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.13.0", python = ">=3.9"}
]
types-redis = {version = "^4.6.0.4"}
types-redis = {version = "^4.6.0.5"}
types-requests = "^2.31.0.2"
types-pkg-resources = "^0.1.3"
types-Deprecated = "^1.2.9.3"