From 28e8e2365db10cf1f762f4158ee4e93c3fb3ecbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:23:53 +0000 Subject: [PATCH] Bump phonenumbers from 8.13.22 to 8.13.23 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.22 to 8.13.23. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.22...v8.13.23) --- 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 3084b61..b976ec5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==4.2.6 Pillow==10.1.0 -phonenumbers==8.13.22 +phonenumbers==8.13.23 django-phonenumber-field==7.2.0 babel==2.13.0 setuptools==68.2.2