From 6c37f37037dbb924fbc7d643e6c14957433dab24 Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Mon, 30 Sep 2024 14:47:13 +0200 Subject: [PATCH] make orchestrator-core==2.7.5 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b751e9c0..433a9e17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -orchestrator-core==2.6.1 +orchestrator-core==2.7.5 requests==2.31.0 infoblox-client~=0.6.0 pycountry==23.12.11 diff --git a/setup.py b/setup.py index caa08f70..dd65151d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator", packages=find_packages(), install_requires=[ - "orchestrator-core==2.6.1", + "orchestrator-core==2.7.5", "requests==2.31.0", "infoblox-client~=0.6.0", "pycountry==23.12.11", -- GitLab