From c23eef962cb79cd6aaa54ac9a5da4bb3f0b7565c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 16:20:58 +0000 Subject: [PATCH] Update phonenumbers requirement from ~=8.12.54 to ~=8.13.4 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.54...v8.13.4) --- 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 77ca267..8d6abc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests==2.28.1 setuptools==65.2.0 -phonenumbers==8.12.54 +phonenumbers==8.13.4 random-user-agent==1.0.1