From 3676a668ccdb7492329581529359358816d0ace8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:22:15 +0000 Subject: [PATCH] Bump mailchecker from 5.0.9 to 6.0.1 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](https://github.com/FGRibreau/mailchecker/compare/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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7f22489..921a4f8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ io = [ ] parse = [ "ftfy >= 6.0.0, < 7.0.0", - "mailchecker >= 4.1.0, < 6.0.0", + "mailchecker >= 4.1.0, < 7.0.0", "phonenumbers >= 8.12.0, < 9.0.0", "python-dateutil >= 2.8.0, < 3.0.0", ] diff --git a/requirements.txt b/requirements.txt index a2b104d4..cd8e2fe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4 == 4.12.2 boto3 == 1.28.80 ftfy == 6.1.3 -mailchecker == 5.0.9 +mailchecker == 6.0.1 openpyxl == 3.1.2 phonenumbers == 8.13.26 python-dateutil == 2.8.2