Skip to content

Commit

Permalink
Update phonenumbers requirement from ~=8.12.12 to >=8.12.12,<8.14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) to permit the latest version.
- [Commits](daviddrysdale/python-phonenumbers@v8.12.12...v8.13.52)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 14881f7 commit a97dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'MarkupSafe>=2.1.3',
'mistune==3.0.2',
'monotonic>=1.6',
'phonenumbers~=8.12.12',
'phonenumbers>=8.12.12,<8.14.0',
'pypdf >= 3.15.0',
'python-json-logger~=2.0.7',
'pytz>=2021.3',
Expand Down

0 comments on commit a97dd73

Please sign in to comment.