chg: Bump flask

pull/57/head
Raphaël Vinot 2023-12-22 11:59:06 +01:00
parent fca4bfcd9b
commit 402cbad82f
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -258,13 +258,13 @@ test = ["pytest (>=6)"]
[[package]]
name = "flask"
version = "2.3.3"
version = "3.0.0"
description = "A simple framework for building complex web applications."
optional = true
python-versions = ">=3.8"
files = [
{file = "flask-2.3.3-py3-none-any.whl", hash = "sha256:f69fcd559dc907ed196ab9df0e48471709175e696d6e698dd4dbe940f96ce66b"},
{file = "flask-2.3.3.tar.gz", hash = "sha256:09c347a92aa7ff4a8e7f3206795f30d826654baf38b873d0744cd571ca609efc"},
{file = "flask-3.0.0-py3-none-any.whl", hash = "sha256:21128f47e4e3b9d597a3e8521a329bf56909b690fcc3fa3e477725aa81367638"},
{file = "flask-3.0.0.tar.gz", hash = "sha256:cfadcdb638b609361d29ec22360d6070a77d7463dcb3ab08d2c2f2f168845f58"},
]
[package.dependencies]
@ -273,7 +273,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.7"
Werkzeug = ">=3.0.0"
[package.extras]
async = ["asgiref (>=3.2)"]
@ -909,4 +909,4 @@ webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "f970fe7aef16b130839c901460da61e4b2cdb56a135dfcc68ae3ebc42dc4dd70"
content-hash = "5c4fdea925f84b85ff61ffd3949f1077108a54ff7eed1f3842c79aac04a24ae1"

View File

@ -27,7 +27,7 @@ include = ["pytaxonomies/data/misp-taxonomies/schema.json",
python = "^3.8"
requests = { version = "^2.31.0", optional = true }
flask-nav = {version = "^0.6", optional = true}
Flask = {version = "^2.3.3", optional = true}
Flask = {version = "^3.0.0", optional = true}
Flask-Bootstrap = {version = "^3.3.7.1", optional = true}
Flask-WTF = {version = "^1.2.1", optional = true}