Skip to content

Commit

Permalink
build(deps): Update email-validator requirement (#256)
Browse files Browse the repository at this point in the history
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](https://github.com/JoshData/python-email-validator/commits)

---
updated-dependencies:
- dependency-name: email-validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mohammad Noor Abu Khleif <[email protected]>
  • Loading branch information
dependabot[bot] and mohnoor94 authored Oct 26, 2023
1 parent e4b5785 commit ef21d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ uri~=2.0.1
requests~=2.31.0
pydantic==1.10.12
urllib3==2.0.6
email-validator~=2.0.0.post2
email-validator~=2.1.0.post1

0 comments on commit ef21d23

Please sign in to comment.