From a997496e75f1fbf4a5b8fec22edfcdfd7c0a5939 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 14 Jan 2020 13:10:57 -0500 Subject: [PATCH] Actual 6.8.0 release --- CHANGELOG.md | 1 + requirements.txt | 4 ++-- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e8cdc..d2ea47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Display warning when `GeoLite2-Country.mmdb` is missing, instead of trying to download it - Add documentation for MaxMind `geoipupdate` changes on January 30th, 2019 (closes issues #137 and #139) +- Require `mail-parser>=3.11.0` 6.7.4 ----- diff --git a/requirements.txt b/requirements.txt index 3fa7d34..85338aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,12 +9,12 @@ publicsuffix2>=2.20190812 xmltodict>=0.12.0 geoip2>=3.0.0 imapclient>=2.1.0 -mail-parser>=3.9.2 +mail-parser>=3.11.0 dateparser>=0.7.2 elasticsearch>=6.3.1,<7.0.0 elasticsearch-dsl>=6.3.1,<7.0.0 kafka-python>=1.4.4 -mailsuite>=1.3.0 +mailsuite>=1.5.1 nose>=1.3.7 flake8>=3.7.8 doc8>=0.8.0 diff --git a/setup.py b/setup.py index 0202a1f..81f1996 100644 --- a/setup.py +++ b/setup.py @@ -98,9 +98,9 @@ setup( 'publicsuffix2>=2.20190812', 'xmltodict>=0.12.0', 'geoip2>=3.0.0', 'urllib3>=1.25.7', 'requests>=2.22.0', 'imapclient>=2.1.0', - 'mail-parser>=3.9.2', + 'mail-parser>=3.11.0', 'dateparser>=0.7.2', - 'mailsuite>=1.3.0', + 'mailsuite>=1.5.1', 'elasticsearch>=6.3.1,<7.0.0', 'elasticsearch-dsl>=6.3.1,<7.0.0', 'kafka-python>=1.4.4',