From 85a097556c0e1dc83a60952404f08c39c818eacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:14:02 +0000 Subject: [PATCH] Update phonenumbers requirement from <8.14,>=8.12.48 to >=8.12.48,<9.1 Updates the requirements on [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) to permit the latest version. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.12.48...v9.0.16) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219ed107..add370c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -230,7 +230,7 @@ dependencies = [ "Jinja2 ==3.1.4", "jwcrypto ==1.5.6", "loguru ==0.7.2", - "phonenumbers >=8.12.48,<8.14", + "phonenumbers >=8.12.48,<9.1", "posthog >=3.0.1,<4", "postmarker ==1.0", "pydantic ==2.9.2",