From e16eb7b6e72008d27c00015658218877dc7d2839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:26:45 +0300 Subject: [PATCH] build(deps): bump phonenumbers from 9.0.0 to 9.0.13 (#489) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.0 to 9.0.13. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.0...v9.0.13) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.13 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8df64ff3..58800fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ requires-python = '>=3.10' # is installed: dependencies = [ 'Jinja2>=3.1.3', # to generate Typst and Markdown files - 'phonenumbers==9.0.0', # to validate phone numbers + 'phonenumbers==9.0.13', # to validate phone numbers 'email-validator==2.2.0', # to validate email addresses 'pydantic==2.11.9', # to validate and parse the input file 'pycountry==24.6.1', # for ISO 639-3 validation