From abc28b756497e6c316325866342cc528ea3ee3d7 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Wed, 18 Aug 2021 21:40:07 +0200
Subject: [PATCH] v2.3.0; updated dependencies

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

diff --git a/Pipfile b/Pipfile
index ff0526a..052dd3c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,8 +13,8 @@ python_version = "3"
 
 [packages]
 TheCodeLabs-BaseUtils = "*"
-fastapi = "==0.65.1"
-uvicorn = "==0.13.4"
-sqlalchemy = "==1.4.15"
+fastapi = "==0.68.0"
+uvicorn = "==0.15.0"
+sqlalchemy = "==1.4.22"
 
 [dev-packages]
diff --git a/src/version.json b/src/version.json
index fa7ced4..9462512 100644
--- a/src/version.json
+++ b/src/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v2.2.0",
-        "code": 16,
+        "name": "v2.3.0",
+        "code": 17,
         "date": "18.08.21"
     }
 }
\ No newline at end of file
-- 
GitLab