Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions defaults/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "This a Python virtual environment for Catapult"
requires-python = ">=3.13"
dependencies = [
"aiohttp",
"ansible-core==2.19.7",
"ansible-core==2.19.8",
"ansible-lint",
"ansible-pylibssh",
"ansible-specdoc",
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies = [
"azure-mgmt-privatedns",
"azure-mgmt-rdbms",
"azure-mgmt-recoveryservices",
"azure-mgmt-recoveryservicesbackup",
"azure-mgmt-recoveryservicesbackup==9.1.0", # https://github.com/ansible-collections/azure/blob/dev/requirements.txt#L44
"azure-mgmt-redis",
"azure-mgmt-resource==23.2.0", # https://github.com/ansible-collections/azure/blob/dev/requirements.txt#L46
"azure-mgmt-resourcehealth",
Expand Down Expand Up @@ -96,7 +96,7 @@ dependencies = [
"requests-oauthlib",
"requests",
"scp",
"setuptools==81.0.0", # Later versions of setuptools will break vSphere library installation
"setuptools<82", # Later versions of setuptools will break vSphere library installation
"vmware-vcenter",
"xmltodict",
"yq"
Expand Down
10 changes: 5 additions & 5 deletions defaults/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ collections:
- name: ansible.windows
version: 3.5.0
- name: azure.azcollection
version: 3.15.0
version: 3.16.0
- name: chocolatey.chocolatey
version: 1.5.3
version: 1.6.0
- name: cisco.ios
version: 11.3.0
- name: cloud.common
Expand All @@ -29,9 +29,9 @@ collections:
- name: community.crypto
version: 3.1.1
- name: community.docker
version: 5.0.6
version: 5.1.0
- name: community.general
version: 12.4.0
version: 12.5.0
- name: community.hashi_vault
version: 7.1.0
- name: community.library_inventory_filtering_v1
Expand All @@ -43,7 +43,7 @@ collections:
- name: community.proxmox
version: 1.6.0
- name: community.routeros
version: 3.17.0
version: 3.18.0
- name: community.vmware
version: 6.1.0
- name: community.windows
Expand Down
Loading
Loading