From a56d206ed108dda17cf9043699ba3f9b14ccf0e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:55:51 +0000 Subject: [PATCH] Bump phonenumberslite from 8.13.42 to 8.13.43 in the dependencies group Bumps the dependencies group with 1 update: [phonenumberslite](https://github.com/daviddrysdale/python-phonenumbers). Updates `phonenumberslite` from 8.13.42 to 8.13.43 - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.42...v8.13.43) --- updated-dependencies: - dependency-name: phonenumberslite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ab6c57..f4e5cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "email_validator==2.2.0", - "phonenumberslite==8.13.42", + "phonenumberslite==8.13.43", "pydantic==2.8.2", "rich==13.7.1", "typer[all]==0.12.3",