Hello, The dependencies mentioned in this collection are outdated: > "community.postgresql": "1.6.0" > "ansible.posix": "1.3.0" > "community.general": "2.5.8" > "community.crypto": "1.9.12" All these releases were published more than a year ago. We are using this collection along with more recent releases of aforementioned modules. Which causes conflicts. For instance: > ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements: > * community.general:6.5.0 (direct request) > * community.general:2.5.8 (dependency of edb_devops.edb_postgres:3.23.0) Manually editing the file to use the latest release of each dependency works fine (in our playbooks anyway) and avoid conflicts. Could the collection be updated to require the latest version of each dependency?
Hello,
The dependencies mentioned in this collection are outdated:
All these releases were published more than a year ago.
We are using this collection along with more recent releases of aforementioned modules. Which causes conflicts.
For instance:
Manually editing the file to use the latest release of each dependency works fine (in our playbooks anyway) and avoid conflicts.
Could the collection be updated to require the latest version of each dependency?