From f5f2cc27688125917bf3c2b26acb258f8879ff92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 18:58:13 +0000 Subject: [PATCH] Bump phonenumbers from 8.13.11 to 8.13.13 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.11 to 8.13.13. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.11...v8.13.13) --- 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..c067773 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.13 # Personummer verification personnummer==3.0.4