diff --git a/pyproject.toml b/pyproject.toml index 3d33388a..3b40ce05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "opentelemetry-instrumentation-aiohttp-client~=0.0a0", # OpenTelemetry instrumentation for aiohttp client "opentelemetry-instrumentation-redis~=0.0a0", # OpenTelemetry instrumentation for Redis "opentelemetry-semantic-conventions~=0.0a0", # OpenTelemetry conventions, to standardize telemetry data - "phonenumbers~=8.13", # Phone number parsing and formatting, used with Pydantic + "phonenumbers~=9.0", # Phone number parsing and formatting, used with Pydantic "pydantic-extra-types~=2.9", # Extra types for Pydantic "pydantic-settings~=2.6", # Application configuration management with Pydantic "pydantic[email]~=2.9", # Data serialization and validation, plus email validation diff --git a/uv.lock b/uv.lock index c87bb043..2e112683 100644 --- a/uv.lock +++ b/uv.lock @@ -524,7 +524,7 @@ requires-dist = [ { name = "opentelemetry-instrumentation-aiohttp-client", specifier = "~=0.0a0" }, { name = "opentelemetry-instrumentation-redis", specifier = "~=0.0a0" }, { name = "opentelemetry-semantic-conventions", specifier = "~=0.0a0" }, - { name = "phonenumbers", specifier = "~=8.13" }, + { name = "phonenumbers", specifier = "~=9.0" }, { name = "pydantic", extras = ["email"], specifier = "~=2.9" }, { name = "pydantic-extra-types", specifier = "~=2.9" }, { name = "pydantic-settings", specifier = "~=2.6" }, @@ -2007,11 +2007,11 @@ wheels = [ [[package]] name = "phonenumbers" -version = "8.13.55" +version = "9.0.10" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6e/23/b4c886487ca212ca87768433a43e2b3099c1c2fa5d9e21d2fbce187cc3c2/phonenumbers-8.13.55.tar.gz", hash = "sha256:57c989dda3eabab1b5a9e3d24438a39ebd032fa0172bf68bfd90ab70b3d5e08b", size = 2296624, upload-time = "2025-02-15T08:06:03.465Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d0/b3/0092ef7813f663a06cc0474adfaee5e9c327a2fde416a7926d958fd6cd8a/phonenumbers-9.0.10.tar.gz", hash = "sha256:c2d15a6a9d0534b14a7764f51246ada99563e263f65b80b0251d1a760ac4a1ba", size = 2297752, upload-time = "2025-07-18T08:47:39.477Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/50/dc/a7f0a9d5ad8b98bc5406deb00207b268d6d2edd215c21642e8f2ecc6f0ce/phonenumbers-8.13.55-py2.py3-none-any.whl", hash = "sha256:25feaf46135f0fb1e61b69513dc97c477285ba98a69204bf5a8cf241a844a718", size = 2582306, upload-time = "2025-02-15T08:05:56.746Z" }, + { url = "https://files.pythonhosted.org/packages/93/44/4a200f2e06f6ece2de33ff09978cdccc03e2df8007fadcc706f846167dec/phonenumbers-9.0.10-py2.py3-none-any.whl", hash = "sha256:13b12d269be1f2b363c9bc2868656a7e2e8b50f1a1cef629c75005da6c374c6b", size = 2583494, upload-time = "2025-07-18T08:47:35.808Z" }, ] [[package]]