Skip to content

Commit de5ea2d

Browse files
Bump phonenumbers from 8.13.52 to 9.0.13 (#512)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.52 to 9.0.13. - [Commits](daviddrysdale/python-phonenumbers@v8.13.52...v9.0.13) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92695a4 commit de5ea2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ io = [
127127
parse = [
128128
"ftfy >= 6.0.0, < 7.0.0",
129129
"mailchecker >= 4.1.0, < 7.0.0",
130-
"phonenumbers >= 8.12.0, < 9.0.0",
130+
"phonenumbers >= 8.12.0, < 10.0.0",
131131
"python-dateutil >= 2.8.0, < 3.0.0",
132132
]
133133
s3 = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ boto3 == 1.40.27
33
ftfy == 6.3.1
44
mailchecker == 6.0.18
55
openpyxl == 3.1.5
6-
phonenumbers == 8.13.52
6+
phonenumbers == 9.0.13
77
python-dateutil == 2.9.0.post0
88
python-fsutil == 0.15.0
99
python-slugify == 8.0.4

0 commit comments

Comments
 (0)