From d4693161058a5650d30d7f54a7e7f6227889aedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 23:15:27 +0000 Subject: [PATCH] Bump django-phonenumber-field from 6.1.0 to 6.3.0 Bumps [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) from 6.1.0 to 6.3.0. - [Release notes](https://github.com/stefanfoulis/django-phonenumber-field/releases) - [Changelog](https://github.com/stefanfoulis/django-phonenumber-field/blob/main/CHANGELOG.rst) - [Commits](https://github.com/stefanfoulis/django-phonenumber-field/compare/6.1.0...6.3.0) --- updated-dependencies: - dependency-name: django-phonenumber-field dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 963bbf8..c058069 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==3.2.13 -django-phonenumber-field==6.1.0 +django-phonenumber-field==6.3.0 djangorestframework==3.13.1 gunicorn==20.1.0