From 73e92a26b908bc521440151692f7ea7ed43b2347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mu=C3=B1oz?= Date: Wed, 3 Apr 2024 11:58:51 -0600 Subject: [PATCH] - Updating galaxy.yml ansible.utils dependencies. --- changelogs/changelog.yaml | 1 + galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 44e14aebd6..2720b6ee3b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -857,3 +857,4 @@ releases: - Added the op_modifies=True when calling SDK APIs in the workflow manager modules. - Added a method to validate IP addresses. - Fixed a minor issue in the site workflow manager module. + - Updating galaxy.yml ansible.utils dependencies. diff --git a/galaxy.yml b/galaxy.yml index 90484a1cfd..2e40b75e16 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -27,7 +27,7 @@ tags: - networking - sdn dependencies: - ansible.utils: ">=2.0.0,<4.0" + ansible.utils: ">=2.0.0,<5.0" repository: https://github.com/cisco-en-programmability/dnacenter-ansible documentation: https://cisco-en-programmability.github.io/dnacenter-ansible/ homepage: https://github.com/cisco-en-programmability/dnacenter-ansible