diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-30 22:54:27 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-30 22:54:27 +0800 |
commit | b65f4f08df1524fd8908ecb22ce0ed12d1eaa0d2 (patch) | |
tree | 49d0b8ff390375631854ba946317d844f79e918c /mail/py-checkdmarc/files/patch-pyproject.toml | |
parent | devel/py-pytest-benchmark: Update to 5.0.0 (diff) |
mail/py-checkdmarc: Update to 5.7.0
Changes: https://github.com/domainaware/checkdmarc/blob/master/CHANGELOG.md
Diffstat (limited to 'mail/py-checkdmarc/files/patch-pyproject.toml')
-rw-r--r-- | mail/py-checkdmarc/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/py-checkdmarc/files/patch-pyproject.toml b/mail/py-checkdmarc/files/patch-pyproject.toml new file mode 100644 index 000000000000..fa88c278c62d --- /dev/null +++ b/mail/py-checkdmarc/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -32,7 +32,7 @@ dependencies = [ + dependencies = [ + "dnspython>=2.0.0", + "cryptography>=41.0.7", +- "pyopenssl>=24.2.1", ++ "pyopenssl>=24.1.0", + "pem>=23.1.0", + "expiringdict>=1.1.4", + "publicsuffixlist>=0.10.0", |