Skip to content

Commit 9deff1f

Browse files
Bump phonenumbers from 8.13.52 to 9.0.2
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.52 to 9.0.2. - [Commits](daviddrysdale/python-phonenumbers@v8.13.52...v9.0.2) --- updated-dependencies: - dependency-name: phonenumbers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbf5fc0 commit 9deff1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ boto3 == 1.35.90
33
ftfy == 6.3.1
44
mailchecker == 6.0.14
55
openpyxl == 3.1.5
6-
phonenumbers == 8.13.52
6+
phonenumbers == 9.0.2
77
python-dateutil == 2.9.0.post0
88
python-fsutil == 0.14.1
99
python-slugify == 8.0.4

0 commit comments

Comments
 (0)