diff --git a/Changelog.md b/Changelog.md
index c793cbd6583c398ede31fd2d8fda55c973c93e61..86253a531180bf9ea3937e9a761888cb955a2219 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,10 @@
 # Changelog
 
 All notable changes to this project will be documented in this file.
+## [1.7] - 2024-03-28
+- GAP Ansible collection version is pinned to 1.0.58
+- Update `ncclient` to 0.6.15
+- Update `junos-eznc` to 2.7.0
 ## [1.6] - 2024-03-20
 GAP Ansible collection version is pinned to 1.0.55
 ## [1.5] - 2024-03-12
diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml
index 3ae41c8fb9c868c66f1ed97ed35ba3be6a8091ff..51be3a6654278c9656efe25f31720125bca29900 100644
--- a/ansible-galaxy-requirements.yaml
+++ b/ansible-galaxy-requirements.yaml
@@ -3,6 +3,6 @@ collections:
   - juniper.device
   - junipernetworks.junos
   - name: geant.gap_ansible
-    version: 1.0.55
+    version: 1.0.58
 roles:
   - Juniper.junos
diff --git a/requirements.txt b/requirements.txt
index 9b6bf6ec29352159d76903b0bffdc1b0d91ce8d9..e94a5008b625008afe7b942f5672eb27816578fe 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,9 @@
 ansible_merge_vars~=5.0.0
 jinja2==3.1.2
 jmespath~=1.0.1
-junos-eznc~=2.6.8
+junos-eznc~=2.7.0
 jxmlease~=1.0.3
-ncclient~=0.6.13
+ncclient~=0.6.15
 netaddr~=0.8.0
 requests~=2.31.0
 ruamel.yaml~=0.18.5
diff --git a/setup.py b/setup.py
index ead9d3f92c44ef24e82e5a288681970d03e531b4..61c48bbf53736d9ce3fb1d6d04ae017a95b841b8 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="goat-lso",
-    version="1.6",
+    version="1.7",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",