From f2714c52249fbaacde6adc08be357109174116d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:13:07 -0500 Subject: [PATCH] Bump phonenumbers from 9.0.23 to 9.0.24 (#3263) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.23 to 9.0.24. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.23...v9.0.24) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 12e988640..6bfa0119b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2518,14 +2518,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.23" +version = "9.0.24" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = ">=2.5" groups = ["main"] files = [ - {file = "phonenumbers-9.0.23-py2.py3-none-any.whl", hash = "sha256:f29651fb72ba4d22d2691bb0b432f1d2c93fd49cc7b89aa6c11bd6b0e4167412"}, - {file = "phonenumbers-9.0.23.tar.gz", hash = "sha256:e5aa44844684ffb4928f25a7b8c31dbf6e3763138cb13edd2ab03bf6d4803d98"}, + {file = "phonenumbers-9.0.24-py2.py3-none-any.whl", hash = "sha256:fa86ab7112ef8b286a811392311bd76bbbae7d1d271c2ed26cf73f2e9fa4d3c6"}, + {file = "phonenumbers-9.0.24.tar.gz", hash = "sha256:97c38e4b5b8af992c75de01bd9c0f84e61701a9c900fd84f49744714910a4dc3"}, ] [[package]] @@ -4527,4 +4527,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 = "bd1ac73ad576e93182163f6b1674da6dba4cf85398b0a0e3bccdc4c3faef0c83" +content-hash = "899fc146740fd635c783b560703388fba2f1ffb03149966c701ec0dd50dc5b92" diff --git a/pyproject.toml b/pyproject.toml index 6876e14cd..299a4eeeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ geojson = "^3.1.0" jmespath = "^1.1.0" numpy = "^2.4.2" ordered-set = "^4.1.0" -phonenumbers = "^9.0.23" +phonenumbers = "^9.0.24" pycparser = "^3.0" pyjwt = "^2.11.0" python-json-logger = "^4.0.0"