forked from UCBoulder/sepe-awx-ee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RC-4053 Remove rc/cs version overrides in favor of auto requirements
Technically closes UCBoulder#41 as crowdstrike-falconpy==1.4.1 is auto selected for install Technically closes UCBoulder#45 as pyOpenSSL==24.1.0 is auto selected for install UCBoulder#37 is not resolved as paramiko==2.12.0 is auto selected for install, but will no longer be visible to dependabot
- Loading branch information
1 parent
42d2b17
commit dc774af
Showing
2 changed files
with
7 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,14 @@ | ||
# SEPE-specific, copied from GREQ0302203 | ||
# wazh7587 03/06/2024 commenting for a newer version requirement (at least 2.14 / 7.7.0) for falcon galaxy collection | ||
# wazh7587 03/06/2024 commenting to test bump from 6.7.0 to 8.7.0, the max version for python 3.9.18 | ||
# ansible==6.7.0 | ||
ansible==8.7.0 | ||
# Workaround to address pyOpenSSL version issues with ansible-runner (see https://github.com/ansible/ansible-runner/issues/1138) | ||
# wazh7587 03/062024 commenting as this appears to have been fixed upstream | ||
# wazh7587 03/062024 commenting as this appears to have been fixed upstream, test bump from 2.2.1 to 2.3.6 | ||
# ansible-runner>=2.2.1 | ||
ansible-runner=2.3.5 | ||
ansible-runner==2.3.6 | ||
# Upstream hasn't packaged as collection yet: https://github.com/TerryHowe/ansible-modules-hashivault/issues/234 | ||
ansible-modules-hashivault==5.2.1 | ||
# Required a number of places including community.general | ||
jmespath==1.0.1 | ||
# Required by community.general LDAP plugins | ||
python-ldap==3.4.4 | ||
|
||
# CUCS and CURC-specific | ||
ansible-sign==0.1.1 | ||
ncclient==0.6.15 | ||
paramiko==3.4.0 | ||
pyOpenSSL==24.0.0 | ||
toml==0.10.2 | ||
pexpect==4.9.0 | ||
python-daemon==3.0.1 | ||
pyyaml==6.0.1 | ||
six==1.16.0 | ||
crowdstrike-falconpy==1.4.1 |