From 2d4a4a47916345b7c42fc456a487b325b491cd0f Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Thu, 13 Jul 2023 15:15:22 +0200
Subject: [PATCH] bump orchestrator-core to 1.2.2

---
 requirements.txt | 2 +-
 setup.py         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index e02d83b2..8afe4cd8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-orchestrator-core==1.0.0
+orchestrator-core==1.2.2
 pydantic
 requests
 
diff --git a/setup.py b/setup.py
index 69c273ae..c005de0c 100644
--- a/setup.py
+++ b/setup.py
@@ -6,10 +6,10 @@ setup(
     author="GÉANT",
     author_email="swd@geant.org",
     description="GÉANT Service Orchestrator",
-    url="https://gitlab.geant.org/goat/geant-service-orchestrator",
+    url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
     packages=find_packages(),
     install_requires=[
-        "orchestrator-core==1.0.0",
+        "orchestrator-core==1.2.2",
         "pydantic",
         "requests",
     ],
-- 
GitLab