From f09e3648fbee91aed5edb56e46d9c86106ac6faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 18:56:51 +0000 Subject: [PATCH] Bump phonenumbers from 8.13.11 to 8.13.15 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.11 to 8.13.15. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.11...v8.13.15) --- updated-dependencies: - dependency-name: phonenumbers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 758f32a..832f244 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Django[argon2]==4.2.1 python-decouple==3.8 # Phone number validation and formatting -phonenumbers==8.13.11 +phonenumbers==8.13.15 # Personummer verification personnummer==3.0.4