Bump phonenumbers from 9.0.16 to 9.0.17

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.16 to 9.0.17.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.16...v9.0.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-24 23:05:08 +00:00
committed by GitHub
parent 6e2c590df9
commit bda5a25a3f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2483,14 +2483,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]] [[package]]
name = "phonenumbers" name = "phonenumbers"
version = "9.0.16" version = "9.0.17"
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
optional = false optional = false
python-versions = "*" python-versions = "*"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "phonenumbers-9.0.16-py2.py3-none-any.whl", hash = "sha256:3c019f10305c311005672f3a0cea4139fef0b949319a60635ee803cfaef4a2e2"}, {file = "phonenumbers-9.0.17-py2.py3-none-any.whl", hash = "sha256:180e4ec2e05f6d3150cbd63b1b6f26996f8738cd0657bcc8747fbd10184721ae"},
{file = "phonenumbers-9.0.16.tar.gz", hash = "sha256:4002542d987c453b333b54450a9f60a280ed7ec932afd7d5fa8dbe6c2379f10a"}, {file = "phonenumbers-9.0.17.tar.gz", hash = "sha256:4f7e06b2111640cd6b2a8e36d1c2dc3c1af0f5d6ab734a2bcf4c9aec2ad80b53"},
] ]
[[package]] [[package]]
@@ -4421,4 +4421,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "0ae483e31326198d4991c233eaa907545d0b3777720f2d3d6b9b3f4f92b8ce2b" content-hash = "8466236c9ee7762028034647da7e42ef47fca83533d97b31a1127fb90b38dc70"

View File

@@ -50,7 +50,7 @@ geojson = "^3.1.0"
jmespath = "^1.0.1" jmespath = "^1.0.1"
numpy = "^2.3.4" numpy = "^2.3.4"
ordered-set = "^4.1.0" ordered-set = "^4.1.0"
phonenumbers = "^9.0.16" phonenumbers = "^9.0.17"
pycparser = "^2.23" pycparser = "^2.23"
pyjwt = "^2.10.1" pyjwt = "^2.10.1"
python-json-logger = "^4.0.0" python-json-logger = "^4.0.0"