Skip to content

Commit

Permalink
Bump email-validator from 2.1.0.post1 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 2.1.0.post1 to 2.1.1.
- [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/v2.1.1)

---
updated-dependencies:
- dependency-name: email-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 575b8b3 commit 1b823f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
deepmerge==1.1.1
email_validator==2.1.0.post1
email_validator==2.1.1
flask-wtf==1.2.1
flask==3.0.2
govuk-frontend-jinja>=3.0.0
Expand Down
16 changes: 8 additions & 8 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ coverage[toml]==7.4.1
# coverage
# pytest-cov
deepmerge==1.1.1
# via -r requirements.in
# via -r tests/requirements.in
dnspython==2.5.0
# via email-validator
email-validator==2.1.0.post1
# via -r requirements.in
email-validator==2.1.1
# via -r tests/requirements.in
flask==3.0.2
# via
# -r requirements.in
# -r tests/requirements.in
# flask-wtf
flask-wtf==1.2.1
# via -r requirements.in
# via -r tests/requirements.in
govuk-frontend-jinja==3.0.0
# via -r requirements.in
# via -r tests/requirements.in
idna==3.6
# via email-validator
iniconfig==2.0.0
Expand All @@ -50,9 +50,9 @@ pluggy==1.4.0
pytest==8.0.0
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements.in
# via -r tests/requirements.in
pyyaml==6.0.1
# via -r requirements.in
# via -r tests/requirements.in
werkzeug==3.0.1
# via flask
wtforms==3.1.2
Expand Down

0 comments on commit 1b823f3

Please sign in to comment.