mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Merge pull request #1114 from ryanpetrello/newer-dateutil
update to a newer python-dateutil with more bug fixes we were vendoring
This commit is contained in:
@@ -39,7 +39,7 @@ pycrypto==2.6.1
|
|||||||
pygerduty==0.37.0
|
pygerduty==0.37.0
|
||||||
pyOpenSSL==17.5.0
|
pyOpenSSL==17.5.0
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
python-dateutil==2.7.0 # contains support for TZINFO= parsing
|
python-dateutil==2.7.2 # contains support for TZINFO= parsing
|
||||||
python-logstash==0.4.6
|
python-logstash==0.4.6
|
||||||
python-memcached==1.59
|
python-memcached==1.59
|
||||||
python-radius==1.0
|
python-radius==1.0
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ pyjwt==1.6.0 # via adal, social-auth-core, twilio
|
|||||||
pyopenssl==17.5.0
|
pyopenssl==17.5.0
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
pyrad==2.1 # via django-radius
|
pyrad==2.1 # via django-radius
|
||||||
python-dateutil==2.7.0
|
python-dateutil==2.7.2
|
||||||
python-ldap==2.5.2 # via django-auth-ldap
|
python-ldap==2.5.2 # via django-auth-ldap
|
||||||
python-logstash==0.4.6
|
python-logstash==0.4.6
|
||||||
python-memcached==1.59
|
python-memcached==1.59
|
||||||
|
|||||||
Reference in New Issue
Block a user