mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Pinning pyparsing due to testing issues
This commit is contained in:
parent
3b24afa7f2
commit
c7692f5c56
@ -40,7 +40,7 @@ psycopg2
|
||||
psutil
|
||||
pygerduty
|
||||
pyjwt>=2.4.0 # https://github.com/ansible/awx/security/dependabot/58
|
||||
pyparsing
|
||||
pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16)
|
||||
python3-saml==1.13.0
|
||||
python-dsv-sdk
|
||||
python-tss-sdk==1.0.0
|
||||
|
||||
@ -123,6 +123,7 @@ django-pglocks==1.0.4
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
django-polymorphic==3.1.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
# via -r /awx_devel/requirements/requirements_git.txt
|
||||
django-redis==5.2.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
django-solo==2.0.0
|
||||
@ -292,7 +293,7 @@ pyjwt==2.6.0
|
||||
# twilio
|
||||
pyopenssl==22.1.0
|
||||
# via twisted
|
||||
pyparsing==3.0.9
|
||||
pyparsing==2.4.6
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# packaging
|
||||
@ -416,7 +417,7 @@ tempora==5.0.2
|
||||
# jaraco-logging
|
||||
tomli==2.0.1
|
||||
# via setuptools-scm
|
||||
twilio==7.15.1
|
||||
twilio==7.15.2
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
twisted[tls]==22.10.0
|
||||
# via
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user