From c5cf547a8a9f56c6c44e50daca4f3aa299180b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:52:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20phonenumbers=20from=208.13.2?= =?UTF-8?q?5=20to=208.13.26?= 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.25 to 8.13.26. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.25...v8.13.26) --- 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 d80eb41..5e263b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -952,13 +952,13 @@ files = [ [[package]] name = "phonenumbers" -version = "8.13.25" +version = "8.13.26" 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.25-py2.py3-none-any.whl", hash = "sha256:7a57cceb8145d3099a0cda7a1f2581b6829936069224790be5de0adf14b39f13"}, - {file = "phonenumbers-8.13.25.tar.gz", hash = "sha256:4ae2d2e253a4752a269ae1147822b9aa500f14b2506a91f884e68b136901f128"}, + {file = "phonenumbers-8.13.26-py2.py3-none-any.whl", hash = "sha256:b2308c9c5750b8f10dd30d94547afd66bce60ac5e93aff227f95740557f32752"}, + {file = "phonenumbers-8.13.26.tar.gz", hash = "sha256:937d70aeceb317f5831dfec28de855a60260ef4a9d551964bec8e7a7d0cf81cd"}, ] [[package]] @@ -1942,4 +1942,4 @@ redis = ["redis"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1ba4447482a8a65037f119217a2f82250737e201e44c45672410277e3bd7eb85" +content-hash = "44129e666c76dfddfc98cffe0c5925086fe8f3946e50284a9cd1512ccbfeab6f" diff --git a/pyproject.toml b/pyproject.toml index 4ceb2a0..134261b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ pydantic = "^2.5.1" pydantic-settings = "^2.1.0" pydantic-extra-types = "^2.1.0" email-validator = "^2.1.0.post1" -phonenumbers = "^8.13.25" +phonenumbers = "^8.13.26" pycountry = "^22.3.5" python-multipart = "^0.0.6" python-dotenv = "^1.0.0"