diff --git a/api/Pipfile b/api/Pipfile
index 3754d3f15570248f2fc4d3369f1c5875b2f1daed..38fc893c252d3c8628c0200a4f20a5f55d47fb17 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 16b3274bbb354649c2fa2baa0654943c6d02c871..239a5b6e85c5beb6d440233005d838e28126063c 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