Skip to content

Commit 9572b77

Browse files
chore(deps): update email-validator requirement in /backend
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>
1 parent 4e65fd8 commit 9572b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ httpx>=0.27.0
55
python-dotenv>=1.0.0
66
pydantic>=2.0.0
77
pydantic-settings>=2.0.0
8-
email-validator>=2.0.0 # Required for EmailStr validation
8+
email-validator>=2.3.0 # Required for EmailStr validation
99

1010
# WebSocket support
1111
websockets>=13.0

0 commit comments

Comments
 (0)