airbnb / binaryalert

BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
https://binaryalert.io
Apache License 2.0
1.39k stars 187 forks source link

updating deps and removing python3.6 restriction #140

Closed ryandeivert closed 5 years ago

ryandeivert commented 5 years ago

to: @strcrzy cc: @airbnb/binaryalert-maintainers cc: @ryxias related to: #138

Background

The requests package has a vulnerability that should be addressed. Also, AWS Lambda now supports python3.7.

Changes

Testing

Adding python3.7-dev to the list of python versions that Travis will test.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.009%) to 92.2% when pulling a54a1c4bec83f44d983732c4aed37e00a55842d3 on ryandeivert-updating-deps into 53d7c407a18f5c3153b6bb4a2ceaf21c8321e89e on master.

mmwtsn commented 5 years ago

Glad to see the 3.7 update land here too, I was going to open an issue for that 👍