From f5682e0f33ef883025686a7d235010249ecbfabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 00:50:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20phonenumbers=20from=208.13.5?= =?UTF-8?q?3=20to=208.13.54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.53 to 8.13.54. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.53...v8.13.54) --- updated-dependencies: - dependency-name: phonenumbers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 230e45e..0fbd4b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -905,13 +905,13 @@ files = [ [[package]] name = "phonenumbers" -version = "8.13.53" +version = "8.13.54" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = "*" files = [ - {file = "phonenumbers-8.13.53-py2.py3-none-any.whl", hash = "sha256:fa7b93e12b3ac9baa7b056061cfcbe4de406039f720bb539dc240bed9cc43da2"}, - {file = "phonenumbers-8.13.53.tar.gz", hash = "sha256:b7308f21837defa567b4f961925b6c652dd5148f3e0fadbd158a10758cc63d91"}, + {file = "phonenumbers-8.13.54-py2.py3-none-any.whl", hash = "sha256:97624ada7260daafd09538baa6574b14cb9151cf29c5b22d9278abd050957edf"}, + {file = "phonenumbers-8.13.54.tar.gz", hash = "sha256:4c32e3c941b24e5ce28d2211f624f0fef08462781e3d7e5e85192275cfd6c680"}, ] [[package]] @@ -1974,4 +1974,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "3c2755c5a6b9db74b9a4da17ed65109ce354b41774e050b1b49e615a75c801c4" +content-hash = "34b515e7bd3507edc23c16fb03ad32541bf65b9dc218ebf844779cb2f676f8f4" diff --git a/pyproject.toml b/pyproject.toml index f6ed6aa..32f17d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pydantic = "^2.10.6" pydantic-settings = "^2.7.1" pydantic-extra-types = "^2.10.2" email-validator = "^2.2.0" -phonenumbers = "^8.13.53" +phonenumbers = "^8.13.54" python-dotenv = "^1.0.1" sqlalchemy = "^2.0.37" psycopg = {extras = ["binary", "pool"], version = "^3.2.4"}