Bump phonenumbers from 9.0.11 to 9.0.12

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.11 to 9.0.12.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.11...v9.0.12)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.12
  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-08-15 23:10:03 +00:00
committed by GitHub
parent 5e4ae34bce
commit da8abac30c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2356,14 +2356,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.11"
version = "9.0.12"
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.11-py2.py3-none-any.whl", hash = "sha256:a8ebb2136f1f14dfdbadb98be01cb71b96f880dea011eb5e0921967fe3a23abf"},
{file = "phonenumbers-9.0.11.tar.gz", hash = "sha256:6573858dcf0a7a2753a071375e154d9fc11791546c699b575af95d2ba7d84a1d"},
{file = "phonenumbers-9.0.12-py2.py3-none-any.whl", hash = "sha256:900633afc3e12191458d710262df5efc117838bd1e2e613b64fa254a86bb20a1"},
{file = "phonenumbers-9.0.12.tar.gz", hash = "sha256:ccadff6b949494bd606836d8c9678bee5b55cb1cbad1e98bf7adae108e6fd0be"},
]
[[package]]
@@ -4220,4 +4220,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "f3f42e4f7f9ab9aa04844c82f213c20fa065e10aa06c9ab01b67df3763f6af07"
content-hash = "8983ed7335e12f4047d09af0ba0cde2fb570c10c82b06a21814acefb075fc676"

View File

@@ -49,7 +49,7 @@ geojson = "^3.1.0"
jmespath = "^1.0.1"
numpy = "^2.3.2"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.11"
phonenumbers = "^9.0.12"
pycparser = "^2.22"
pyjwt = "^2.10.1"
python-json-logger = "^3.3.0"