From b4fd958c5d0000248cd482aedd39ad3d26d5d7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:12:55 +0000 Subject: [PATCH] Update phonenumbers requirement from ~=8.12.45 to ~=8.12.46 Updates the requirements on [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) to permit the latest version. - [Release notes](https://github.com/daviddrysdale/python-phonenumbers/releases) - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.12.45...v8.12.46) --- updated-dependencies: - dependency-name: phonenumbers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69e86f7..7e0d053 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ftfy ~= 6.0.0 mailchecker ~= 4.1.14 -phonenumbers ~= 8.12.45 +phonenumbers ~= 8.12.46 python-dateutil ~= 2.8.2 python-fsutil ~= 0.6.0 python-slugify ~= 6.1.1