Skip to content

Commit

Permalink
build(deps): bump phonenumbers from 8.13.49 to 8.13.50
Browse files Browse the repository at this point in the history
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.49 to 8.13.50.
- [Commits](daviddrysdale/python-phonenumbers@v8.13.49...v8.13.50)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sinaatalay committed Nov 19, 2024
1 parent 31e6695 commit 46d97cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ requires-python = '>=3.10'
# is installed:
dependencies = [
'Jinja2==3.1.4', # to generate LaTeX and Markdown files
'phonenumbers==8.13.49', # to validate phone numbers
'phonenumbers==8.13.50', # to validate phone numbers
'email-validator==2.2.0', # to validate email addresses
'pydantic==2.9.2', # to validate and parse the input file
'pydantic-extra-types==2.10.0', # to validate some extra types
Expand Down

0 comments on commit 46d97cf

Please sign in to comment.