From b9218407e394072cecaad2d13840fa9a6eeca5c6 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Fri, 29 Sep 2023 13:22:28 +0200
Subject: [PATCH] bump orchestrator-core to 1.3.1

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

diff --git a/requirements.txt b/requirements.txt
index 8509293b..9d003e21 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-orchestrator-core==1.3.0
+orchestrator-core==1.3.1
 requests==2.31.0
 infoblox-client~=0.6.0
 pycountry==22.3.5
diff --git a/setup.py b/setup.py
index 9af4a76f..88dc8c60 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
     url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
     packages=find_packages(),
     install_requires=[
-        "orchestrator-core==1.3.0",
+        "orchestrator-core==1.3.1",
         "requests==2.31.0",
         "infoblox-client~=0.6.0",
         "pycountry==22.3.5",
-- 
GitLab