mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
bump python-dateutil to latest
this change provides support for numerous bug fixes, along with support for parsing TZINFO= from rrule strings related: https://github.com/ansible/ansible-tower/issues/823 related: https://github.com/dateutil/dateutil/issues/614
This commit is contained in:
@@ -38,6 +38,7 @@ pycrypto==2.6.1
|
||||
pygerduty==0.37.0
|
||||
pyOpenSSL==17.5.0
|
||||
pyparsing==2.2.0
|
||||
python-dateutil==2.7.0 # contains support for TZINFO= parsing
|
||||
python-logstash==0.4.6
|
||||
python-memcached==1.59
|
||||
python-radius==1.0
|
||||
|
||||
@@ -182,7 +182,7 @@ pyjwt==1.6.0 # via adal, social-auth-core, twilio
|
||||
pyopenssl==17.5.0
|
||||
pyparsing==2.2.0
|
||||
pyrad==2.1 # via django-radius
|
||||
python-dateutil==2.6.1 # via adal, azure-cosmosdb-table, azure-storage-common, botocore
|
||||
python-dateutil==2.7.0
|
||||
python-ldap==2.5.2 # via django-auth-ldap
|
||||
python-logstash==0.4.6
|
||||
python-memcached==1.59
|
||||
|
||||
Reference in New Issue
Block a user