Skip to content

Commit fa1fd41

Browse files
Update phonenumbers requirement
Updates the requirements on [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) to permit the latest version. - [Commits](daviddrysdale/python-phonenumbers@v8.13.47...v9.0.2) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 596c899 commit fa1fd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
dependencies = [
3737
"httpx>=0.27.2",
38-
"phonenumbers>=8.13.47,<9.0.0",
38+
"phonenumbers>=8.13.47,<10.0.0",
3939
"pydantic>=2.9.0,<3.0.0",
4040
"typing-extensions>=4.12.2,<5.0.0",
4141
]

0 commit comments

Comments
 (0)