chg: Bump deps

pull/732/head
Raphaël Vinot 2023-06-27 11:34:45 +02:00
parent fec61d42ee
commit 6b39c55dcc
2 changed files with 5 additions and 6 deletions

9
poetry.lock generated
View File

@ -679,18 +679,17 @@ dotenv = ["python-dotenv"]
[[package]]
name = "flask-cors"
version = "3.0.10"
version = "4.0.0"
description = "A Flask extension adding a decorator for CORS support"
optional = false
python-versions = "*"
files = [
{file = "Flask-Cors-3.0.10.tar.gz", hash = "sha256:b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de"},
{file = "Flask_Cors-3.0.10-py2.py3-none-any.whl", hash = "sha256:74efc975af1194fc7891ff5cd85b0f7478be4f7f59fe158102e91abb72bb4438"},
{file = "Flask-Cors-4.0.0.tar.gz", hash = "sha256:f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0"},
{file = "Flask_Cors-4.0.0-py2.py3-none-any.whl", hash = "sha256:bc3492bfd6368d27cfe79c7821df5a8a319e1a6d5eab277a3794be19bdc51783"},
]
[package.dependencies]
Flask = ">=0.9"
Six = "*"
[[package]]
name = "flask-login"
@ -3070,4 +3069,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "95ff77687baba571e959d1dda20042406edc62ac5badced42ce9f3c33e137637"
content-hash = "dae7aad536a14c6fb9d15610b6f23082a6e69973030291ffaa06b55d74dbbf63"

View File

@ -55,7 +55,7 @@ Pillow = "^9.5.0"
flask-restx = "^1.1.0"
rich = "^13.4.2"
pyphishtanklookup = "^1.2"
Flask-Cors = "^3.0.10"
Flask-Cors = "^4.0.0"
pyhashlookup = "^1.2.1"
lief = "^0.13.2"
ua-parser = "^0.16.1"