Skip to content
Snippets Groups Projects
Commit c12e51e2 authored by renovate-bot's avatar renovate-bot
Browse files

Update dependency flask to v3.1.1

parent fa2a19b6
No related branches found
No related tags found
1 merge request!51Update dependency flask to v3.1.1
...@@ -359,22 +359,23 @@ test = ["pytest (>=6)"] ...@@ -359,22 +359,23 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "flask" name = "flask"
version = "3.1.0" version = "3.1.1"
description = "A simple framework for building complex web applications." description = "A simple framework for building complex web applications."
optional = false optional = false
python-versions = ">=3.9" python-versions = ">=3.9"
files = [ files = [
{file = "flask-3.1.0-py3-none-any.whl", hash = "sha256:d667207822eb83f1c4b50949b1623c8fc8d51f2341d65f72e1a1815397551136"}, {file = "flask-3.1.1-py3-none-any.whl", hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c"},
{file = "flask-3.1.0.tar.gz", hash = "sha256:5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac"}, {file = "flask-3.1.1.tar.gz", hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e"},
] ]
[package.dependencies] [package.dependencies]
blinker = ">=1.9" blinker = ">=1.9.0"
click = ">=8.1.3" click = ">=8.1.3"
importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""} importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""}
itsdangerous = ">=2.2" itsdangerous = ">=2.2.0"
Jinja2 = ">=3.1.2" jinja2 = ">=3.1.2"
Werkzeug = ">=3.1" markupsafe = ">=2.1.1"
werkzeug = ">=3.1.0"
[package.extras] [package.extras]
async = ["asgiref (>=3.2)"] async = ["asgiref (>=3.2)"]
...@@ -1245,4 +1246,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] ...@@ -1245,4 +1246,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "e59743bfbf69915afa987a69b5c9e7a12f30ab797a081146ea62492e6b6a6a63" content-hash = "5eb0717bbaabe15a961457093b37c03f33f924900dd743866447959515244e03"
...@@ -14,7 +14,7 @@ priority = "explicit" ...@@ -14,7 +14,7 @@ priority = "explicit"
python = "^3.9" python = "^3.9"
thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" } thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
thecodelabs-flaskutils = {version = "*", source = "TheCodeLabs" } thecodelabs-flaskutils = {version = "*", source = "TheCodeLabs" }
flask = "3.1.0" flask = "3.1.1"
apscheduler = "3.11.0" apscheduler = "3.11.0"
gevent = "24.11.1" gevent = "24.11.1"
flask-socketio = "5.5.1" flask-socketio = "5.5.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment