From 01ba6b99a8a712da3fe57520f6c940fec66759d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 13 Mar 2026 22:39:19 +0000 Subject: [PATCH] remove pynacl dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- plugins/modules/github_secrets_info.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/modules/github_secrets_info.py b/plugins/modules/github_secrets_info.py index 435dde4efa..6e37ab8ffd 100644 --- a/plugins/modules/github_secrets_info.py +++ b/plugins/modules/github_secrets_info.py @@ -14,8 +14,6 @@ description: author: - Thomas Sjögren (@konstruktoid) version_added: '12.5.0' -requirements: - - pynacl extends_documentation_fragment: - community.general.attributes attributes: @@ -87,13 +85,6 @@ from ansible.module_utils.urls import fetch_url from ansible_collections.community.general.plugins.module_utils import deps -with deps.declare( - "pynacl", - reason="pynacl is a required dependency", - url="https://pypi.org/project/PyNaCl/", -): - pass - def list_secrets( module: AnsibleModule,