From 1b78935e9326e41e7001354aa9db3a7615106c20 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Fri, 15 Apr 2022 23:33:27 +0200 Subject: [PATCH] updated dependencies --- api/Pipfile | 10 +++++----- api/version.json | 6 +++--- client/Pipfile | 6 +++--- client/version.json | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/api/Pipfile b/api/Pipfile index 60ae909..b2f132e 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -12,12 +12,12 @@ name = "TheCodeLabs" python_version = "3" [packages] -flask = "==1.1.2" -flask_jwt_extended = "==4.1.0" -gevent = "==21.1.2" -psycopg2 = "==2.8.6" +flask = "==2.1.1" +flask_jwt_extended = "==4.3.1" +gevent = "==21.12.0" +psycopg2 = "==2.9.3" TheCodeLabs-BaseUtils = "==1.7.0" TheCodeLabs-FlaskUtils = "==1.2.3" -pyyaml = "==5.4.1" +pyyaml = "==6.0.0" [dev-packages] diff --git a/api/version.json b/api/version.json index f9c7ece..b008912 100644 --- a/api/version.json +++ b/api/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v2.11.0", - "code": 25, - "date": "26.03.21" + "name": "v2.12.0", + "code": 26, + "date": "15.04.22" } } \ No newline at end of file diff --git a/client/Pipfile b/client/Pipfile index 38c2a36..3579b5d 100644 --- a/client/Pipfile +++ b/client/Pipfile @@ -12,8 +12,8 @@ name = "TheCodeLabs" python_version = "3" [packages] -flask = "==1.1.2" -gevent = "==21.1.2" -requests = "==2.25.1" +flask = "==2.1.1" +gevent = "==21.12.0" +requests = "==2.27.1" TheCodeLabs-BaseUtils = "==1.7.0" TheCodeLabs-FlaskUtils = "==1.2.3" diff --git a/client/version.json b/client/version.json index 4b1ffd5..093a93b 100644 --- a/client/version.json +++ b/client/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.5.2", - "code": 22, - "date": "28.03.21" + "name": "v1.6.0", + "code": 23, + "date": "15.04.22" } } \ No newline at end of file -- GitLab