Bump phonenumbers from 9.0.13 to 9.0.14 (#2914)

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.13 to 9.0.14.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.13...v9.0.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-17 00:37:10 +00:00
committed by GitHub
parent f023500efc
commit a36fd553e9
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2370,14 +2370,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.13"
version = "9.0.14"
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "phonenumbers-9.0.13-py2.py3-none-any.whl", hash = "sha256:b97661e177773e7509c6d503e0f537cd0af22aa3746231654590876eb9430915"},
{file = "phonenumbers-9.0.13.tar.gz", hash = "sha256:eca06e01382412c45316868f86a44bb217c02f9ee7196589041556a2f54a7639"},
{file = "phonenumbers-9.0.14-py2.py3-none-any.whl", hash = "sha256:6bdf5c46dbfefa1d941d122432d1958418d1dfe3f8c8c81d4c8e80f5442ea41f"},
{file = "phonenumbers-9.0.14.tar.gz", hash = "sha256:98afb3e86bf9ae02cc7c98ca44fa8827babb72842f90da9884c5d998937572ae"},
]
[[package]]
@@ -4228,4 +4228,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "e02f8e2c785491a51f7fb94a8ac7ecbf2b0f8f6f6cd3e01d2281db3ec37073e4"
content-hash = "03309c137fef2881452c876719eb52eba59e817d68533ab1c420bea7555b8cf5"

View File

@@ -49,7 +49,7 @@ geojson = "^3.1.0"
jmespath = "^1.0.1"
numpy = "^2.3.3"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.13"
phonenumbers = "^9.0.14"
pycparser = "^2.23"
pyjwt = "^2.10.1"
python-json-logger = "^3.3.0"