Skip to content

Commit d17381f

Browse files
chore(deps): update email-validator requirement from >=2.0.0 to >=2.3.0 (#71)
Updates the requirements on [email-validator](https://github.com/JoshData/python-email-validator) to permit the latest version. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](JoshData/python-email-validator@v2.0.0...v2.3.0) --- updated-dependencies: - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1cf1a1 commit d17381f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dask[complete]>=2023.1.0
3939
fastapi>=0.95.0
4040
uvicorn[standard]>=0.20.0
4141
pydantic>=2.0.0
42-
email-validator>=2.0.0
42+
email-validator>=2.3.0
4343
python-multipart>=0.0.20
4444

4545
# MLOps (optional)

0 commit comments

Comments
 (0)