mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #12307 from AlanCoding/twilio
Upgrade twilio dependency to pick up fix
This commit is contained in:
commit
3af89c1e2b
@ -53,7 +53,7 @@ requests
|
||||
sqlparse>=0.4.2 # Required by Django, pinning for CVE-2021-32839
|
||||
slack-sdk
|
||||
tacacs_plus==1.0 # UPGRADE BLOCKER: auth does not work with later versions
|
||||
twilio
|
||||
twilio>7.9.0 # Pick up fix for use with proxy server via environment variables
|
||||
twisted[tls]>=22.4.0 # CVE-2020-10108, CVE-2020-10109, CVE-2022-21712 (https://github.com/ansible/awx/security/dependabot/46), https://github.com/ansible/awx/security/dependabot/53
|
||||
uWSGI
|
||||
uwsgitop
|
||||
|
||||
@ -364,7 +364,6 @@ six==1.14.0
|
||||
# pyrsistent
|
||||
# python-dateutil
|
||||
# tacacs-plus
|
||||
# twilio
|
||||
# websocket-client
|
||||
slack-sdk==3.11.2
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
@ -388,7 +387,7 @@ tempora==2.1.0
|
||||
# jaraco-logging
|
||||
tomli==2.0.1
|
||||
# via setuptools-scm
|
||||
twilio==6.37.0
|
||||
twilio==7.9.1
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
twisted[tls]==22.4.0
|
||||
# via
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user