Update flask version

This commit is contained in:
Miguel Jacq 2025-02-03 16:44:35 +11:00
parent 09224a0bce
commit 9fd585e789
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9
2 changed files with 6 additions and 6 deletions

10
cli/poetry.lock generated
View File

@ -556,14 +556,14 @@ test = ["pytest (>=6)"]
[[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"
groups = ["main"]
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]
@ -572,7 +572,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)"]
@ -1593,4 +1593,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.9,<3.13"
content-hash = "8a1b67813b9f1f6e16c703aa8bb2cff75d11d2b33d56edec0771023335f4cf5b"
content-hash = "25f681713df428940dee9d4ecb6b882622377c086407bf1699d0808b5b2e3ea9"

View File

@ -18,7 +18,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
click = "*"
flask = "2.3.2"
flask = "2.3.3"
flask-compress = "^1.13"
flask-socketio = "5.3.4"
psutil = "*"