From b3ce5f7efe5c7696b76e185a7b809cea7a0e0403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:39:00 +0000 Subject: [PATCH] build(deps): bump phonenumbers from 8.13.43 to 8.13.44 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.43 to 8.13.44. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.43...v8.13.44) --- updated-dependencies: - dependency-name: phonenumbers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 296dbc4b..b0ffc9c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ requires-python = '>=3.10' # is installed: dependencies = [ 'Jinja2==3.1.4', # to generate LaTeX and Markdown files - 'phonenumbers==8.13.43', # to validate phone numbers + 'phonenumbers==8.13.44', # to validate phone numbers 'email-validator==2.2.0', # to validate email addresses 'pydantic==2.8.2', # to validate and parse the input file 'pydantic-extra-types==2.9.0', # to validate some extra types