From 829d245b47bcf92406ff4e505dd491330bded6af Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Sat, 10 Sep 2022 15:04:21 +0200
Subject: [PATCH] v2.8.0; updated dependencies

---
 Pipfile          | 6 +++---
 src/version.json | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Pipfile b/Pipfile
index 4c38393..129d4f8 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,9 +13,9 @@ python_version = "3"
 
 [packages]
 TheCodeLabs-BaseUtils = "*"
-fastapi = "==0.78.0"
-uvicorn = "==0.17.6"
-sqlalchemy = "==1.4.37"
+fastapi = "==0.82.0"
+uvicorn = "==0.18.3"
+sqlalchemy = "==1.4.41"
 apscheduler = "==3.9.1"
 
 [dev-packages]
diff --git a/src/version.json b/src/version.json
index 46a3195..f223e64 100644
--- a/src/version.json
+++ b/src/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v2.7.0",
-        "code": 22,
-        "date": "08.06.22"
+        "name": "v2.8.0",
+        "code": 23,
+        "date": "10.09.22"
     }
 }
\ No newline at end of file
-- 
GitLab