mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-09-14 01:48:00 +00:00
fix: upgrade mailsuite requirement to >=2.3.2 for Python 3.14 support (closes #838)
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ dependencies = [
|
||||
# No extras: the base mailsuite supplies IMAP and Maildir connections
|
||||
# plus mail-parser. Gmail and Microsoft Graph come from the gmail and
|
||||
# msgraph extras below.
|
||||
"mailsuite>=2.3.1",
|
||||
"mailsuite>=2.3.2",
|
||||
"maxminddb>=2.0.0",
|
||||
"publicsuffixlist>=0.10.0",
|
||||
# Imported directly at utils.py:39 (dateutil.parser). It used to
|
||||
|
||||
Reference in New Issue
Block a user