From 4b1721a96d037985e20e23f84db04d434d5ee52b Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 18 Oct 2018 10:01:38 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14fb717..005e891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Add SHA256 hashes of attachments to output - Add `strip_attachment_payloads` option to functions and `--strip-attachment-payloads` option to the CLI (#23) -- Remove `urllib3` from requirements to avoid conflict with `requests` +- Set `urllib3` version requirements to match `requests` 4.3.3 -----