From b0fadd86d0d9645d1e14c7e67dbb67b8a73d4369 Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate-bot@thecodelabs.de> Date: Tue, 13 May 2025 18:49:22 +0000 Subject: [PATCH] chore(deps): update dependency flask to v3.1.1 --- api/poetry.lock | 18 ++++++++++-------- api/pyproject.toml | 2 +- client/poetry.lock | 17 +++++++++-------- client/pyproject.toml | 2 +- 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 34e8446..9fbb59e 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -280,21 +280,22 @@ files = [ [[package]] name = "flask" -version = "3.1.0" +version = "3.1.1" description = "A simple framework for building complex web applications." optional = false python-versions = ">=3.9" files = [ - {file = "flask-3.1.0-py3-none-any.whl", hash = "sha256:d667207822eb83f1c4b50949b1623c8fc8d51f2341d65f72e1a1815397551136"}, - {file = "flask-3.1.0.tar.gz", hash = "sha256:5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac"}, + {file = "flask-3.1.1-py3-none-any.whl", hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c"}, + {file = "flask-3.1.1.tar.gz", hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e"}, ] [package.dependencies] -blinker = ">=1.9" +blinker = ">=1.9.0" click = ">=8.1.3" -itsdangerous = ">=2.2" -Jinja2 = ">=3.1.2" -Werkzeug = ">=3.1" +itsdangerous = ">=2.2.0" +jinja2 = ">=3.1.2" +markupsafe = ">=2.1.1" +werkzeug = ">=3.1.0" [package.extras] async = ["asgiref (>=3.2)"] @@ -620,6 +621,7 @@ files = [ {file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"}, {file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"}, {file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"}, + {file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"}, {file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"}, {file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"}, {file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"}, @@ -965,4 +967,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "69909ff778da50f9ab96354ab5c114ab4c9081f153f50a8f876b96fa86c4d66a" +content-hash = "2365c5d042c8e3d571e0773dfc8243e8bec95e170d32322bdd3ebfcd3b2136b1" diff --git a/api/pyproject.toml b/api/pyproject.toml index 7cbc76b..3a4d0f9 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -13,7 +13,7 @@ priority = "explicit" python = "^3.12" thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" } thecodelabs-flaskutils = {version = "*", source = "TheCodeLabs" } -flask = "==3.1.0" +flask = "==3.1.1" flask_jwt_extended = "==4.7.1" gevent = "==24.11.1" psycopg2 = "==2.9.10" diff --git a/client/poetry.lock b/client/poetry.lock index b427b38..7598c8f 100644 --- a/client/poetry.lock +++ b/client/poetry.lock @@ -280,21 +280,22 @@ files = [ [[package]] name = "flask" -version = "3.1.0" +version = "3.1.1" description = "A simple framework for building complex web applications." optional = false python-versions = ">=3.9" files = [ - {file = "flask-3.1.0-py3-none-any.whl", hash = "sha256:d667207822eb83f1c4b50949b1623c8fc8d51f2341d65f72e1a1815397551136"}, - {file = "flask-3.1.0.tar.gz", hash = "sha256:5f873c5184c897c8d9d1b05df1e3d01b14910ce69607a117bd3277098a5836ac"}, + {file = "flask-3.1.1-py3-none-any.whl", hash = "sha256:07aae2bb5eaf77993ef57e357491839f5fd9f4dc281593a81a9e4d79a24f295c"}, + {file = "flask-3.1.1.tar.gz", hash = "sha256:284c7b8f2f58cb737f0cf1c30fd7eaf0ccfcde196099d24ecede3fc2005aa59e"}, ] [package.dependencies] -blinker = ">=1.9" +blinker = ">=1.9.0" click = ">=8.1.3" -itsdangerous = ">=2.2" -Jinja2 = ">=3.1.2" -Werkzeug = ">=3.1" +itsdangerous = ">=2.2.0" +jinja2 = ">=3.1.2" +markupsafe = ">=2.1.1" +werkzeug = ">=3.1.0" [package.extras] async = ["asgiref (>=3.2)"] @@ -849,4 +850,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d5e9e9a8d1d499d826e61b4286aec954170e9c17822bbcd67920b3832318b076" +content-hash = "862c45915b11883b9c2e1beb505ed36a494cf0cf85fa83a40cff35b03348f1fb" diff --git a/client/pyproject.toml b/client/pyproject.toml index 8245370..2cbb20f 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -13,7 +13,7 @@ priority = "explicit" python = "^3.12" thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" } thecodelabs-flaskutils = {version = "*", source = "TheCodeLabs" } -flask = "==3.1.0" +flask = "==3.1.1" gevent = "==24.11.1 " requests = "==2.32.3" -- GitLab