mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
Require pyyaml >= 6.0.1 (#14262)
This commit is contained in:
@@ -44,7 +44,7 @@ pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host
|
|||||||
python-dsv-sdk
|
python-dsv-sdk
|
||||||
python-tss-sdk==1.0.0
|
python-tss-sdk==1.0.0
|
||||||
python-ldap
|
python-ldap
|
||||||
pyyaml
|
pyyaml>=6.0.1
|
||||||
receptorctl==1.3.0
|
receptorctl==1.3.0
|
||||||
schedule==0.6.0
|
schedule==0.6.0
|
||||||
social-auth-core[openidconnect]==4.3.0 # see UPGRADE BLOCKERs
|
social-auth-core[openidconnect]==4.3.0 # see UPGRADE BLOCKERs
|
||||||
|
|||||||
@@ -347,7 +347,7 @@ pytz==2022.6
|
|||||||
# irc
|
# irc
|
||||||
# tempora
|
# tempora
|
||||||
# twilio
|
# twilio
|
||||||
pyyaml==6.0
|
pyyaml==6.0.1
|
||||||
# via
|
# via
|
||||||
# -r /awx_devel/requirements/requirements.in
|
# -r /awx_devel/requirements/requirements.in
|
||||||
# ansible-runner
|
# ansible-runner
|
||||||
|
|||||||
Reference in New Issue
Block a user