airbnb / binaryalert

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

Update requests module to v2.21.0 #138

Closed mmwtsn closed 5 years ago

mmwtsn commented 5 years ago

to: @airbnb/binaryalert-maintainers cc: n/a size: small resolves #137

Background

See #137

Changes

Update requests module to v2.21.0.

Testing

[binaryalert] 18:18:09 (update-requests) $ ./manage.py unit_test
.............................................................................
----------------------------------------------------------------------
Ran 77 tests in 3.353s

OK
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 92.209% when pulling a520f85d27b1f7f8fbb027d5f2dcb6cf50e7e864 on capsule8:update-requests into 53d7c407a18f5c3153b6bb4a2ceaf21c8321e89e on airbnb:master.

ryandeivert commented 5 years ago

actually @mmwtsn on second thought.. requests is a dependency of cbapi and some other packages. this should actually be address by updating all of the requirements and freezing. I will close this and address in a new PR