6.7.4 - Update dependencies

Fixes issue #134
This commit is contained in:
Sean Whalen
2019-12-23 15:30:54 -05:00
parent c67c991ee2
commit 20ac81343b
4 changed files with 12 additions and 7 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.7.3"
__version__ = "6.7.4"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"
@@ -96,8 +96,8 @@ setup(
# https://packaging.python.org/en/latest/requirements.html
install_requires=['dnspython>=1.16.0', 'expiringdict>=1.1.4',
'publicsuffix2>=2.20190812', 'xmltodict>=0.12.0',
'geoip2>=2.9.0', 'urllib3<1.25,>=1.21.1',
'requests>=2.2.16.0', 'imapclient>=2.1.0',
'geoip2>=3.0.0', 'urllib3>=1.25.7',
'requests>=2.22.0', 'imapclient>=2.1.0',
'mail-parser>=3.9.2',
'dateparser>=0.7.2',
'mailsuite>=1.3.0',