Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent fd60103 commit 894a536
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.48', # to validate phone numbers
'phonenumbers==8.13.49', # 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.9.0', # to validate some extra types
Expand Down

0 comments on commit 894a536

Please sign in to comment.