From 4084533c377fc35950a09eb003576d78c78cc146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:27:03 +0000 Subject: [PATCH] Bump phonenumbers from 8.13.11 to 8.13.17 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.11 to 8.13.17. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.11...v8.13.17) --- 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..1929a83 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.17 # Personummer verification personnummer==3.0.4