diff options
Diffstat (limited to 'ansible_collections/community/zabbix/molecule/requirements.txt')
-rw-r--r-- | ansible_collections/community/zabbix/molecule/requirements.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ansible_collections/community/zabbix/molecule/requirements.txt b/ansible_collections/community/zabbix/molecule/requirements.txt index bec205a0a..b7cbb1138 100644 --- a/ansible_collections/community/zabbix/molecule/requirements.txt +++ b/ansible_collections/community/zabbix/molecule/requirements.txt @@ -1,11 +1,13 @@ # Install CI dependencies for the Zabbix Roles ansible==7.0.0 -ansible-compat==0.5.0 +ansible-compat==3.0.0 ansible-core==2.14.2 -docker==5.0.2 -molecule==3.5.1 -molecule-docker==1.0.2 +docker==6.1.3 +molecule==4.0.4 +molecule-docker==2.1.0 netaddr==0.8.0 -pytest-testinfra==6.1.0 +pytest==7.2.1 +pytest-testinfra==7.0.0 ipaddr==2.2.0 ipaddress==1.0.23 +requests==2.31.0 |