From c83761b8bf7209c4976d708ad3dec2d309d04219 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Wed, 30 Nov 2022 23:22:46 +0100 Subject: [PATCH] api: v2.15.0; updated dependencies --- api/Pipfile | 4 ++-- api/version.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Pipfile b/api/Pipfile index 3754d3f..38fc893 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -14,8 +14,8 @@ python_version = "3" [packages] flask = "==2.2.2" flask_jwt_extended = "==4.4.4" -gevent = "==21.12.0" -psycopg2 = "==2.9.3" +gevent = "==22.10.2" +psycopg2 = "==3.1.4" TheCodeLabs-BaseUtils = "*" TheCodeLabs-FlaskUtils = "*" pyyaml = "==6.0.0" diff --git a/api/version.json b/api/version.json index 16b3274..239a5b6 100644 --- a/api/version.json +++ b/api/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.14.0", - "code": 28, - "date": "10.09.22" + "name": "v2.15.0", + "code": 29, + "date": "30.11.22" } } \ No newline at end of file -- GitLab