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..b6b72f25 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.13" [[package]] @@ -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.11" 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/7b/54/367d3b262bb1505af1c2b164e6e31c87522e17c68095faa56e01f4dbbd57/phonenumbers-9.0.11.tar.gz", hash = "sha256:6573858dcf0a7a2753a071375e154d9fc11791546c699b575af95d2ba7d84a1d", size = 2297786, upload-time = "2025-08-07T15:42:47.807Z" } 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/90/1a/cc7f1a81045cb4c1f5801082adf29c34b67c7193f0d29ae56ce68546137c/phonenumbers-9.0.11-py2.py3-none-any.whl", hash = "sha256:a8ebb2136f1f14dfdbadb98be01cb71b96f880dea011eb5e0921967fe3a23abf", size = 2583590, upload-time = "2025-08-07T15:42:44.048Z" }, ] [[package]]