Skip to content

Commit 38b35c1

Browse files
Bump mailchecker from 5.0.9 to 6.0.1 (#349)
Bumps [mailchecker](https://github.com/FGRibreau/mailchecker) from 5.0.9 to 6.0.1. - [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md) - [Commits](FGRibreau/mailchecker@v5.0.9...v6.0.1) --- updated-dependencies: - dependency-name: mailchecker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94ae708 commit 38b35c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ io = [
126126
]
127127
parse = [
128128
"ftfy >= 6.0.0, < 7.0.0",
129-
"mailchecker >= 4.1.0, < 6.0.0",
129+
"mailchecker >= 4.1.0, < 7.0.0",
130130
"phonenumbers >= 8.12.0, < 9.0.0",
131131
"python-dateutil >= 2.8.0, < 3.0.0",
132132
]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
beautifulsoup4 == 4.12.2
22
boto3 == 1.28.80
33
ftfy == 6.1.3
4-
mailchecker == 5.0.9
4+
mailchecker == 6.0.1
55
openpyxl == 3.1.2
66
phonenumbers == 8.13.26
77
python-dateutil == 2.8.2

0 commit comments

Comments
 (0)