From c2502315cbd3bfb204cab192d56033e8d3100856 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Wed, 30 Nov 2022 23:33:04 +0100 Subject: [PATCH] api: v2.16.0; updated dependencies --- api/Pipfile | 2 +- api/version.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Pipfile b/api/Pipfile index 38fc893..0ce4aa1 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -15,7 +15,7 @@ python_version = "3" flask = "==2.2.2" flask_jwt_extended = "==4.4.4" gevent = "==22.10.2" -psycopg2 = "==3.1.4" +psycopg2 = "==2.9.5" TheCodeLabs-BaseUtils = "*" TheCodeLabs-FlaskUtils = "*" pyyaml = "==6.0.0" diff --git a/api/version.json b/api/version.json index 239a5b6..6ee98b7 100644 --- a/api/version.json +++ b/api/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.15.0", - "code": 29, + "name": "v2.16.0", + "code": 30, "date": "30.11.22" } } \ No newline at end of file -- GitLab