From 70e86ad840bccbfc8b85208715365af66cd08c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 14:13:29 +0200 Subject: [PATCH] build(deps): bump django-phonenumber-field from 7.0.1 to 7.1.0 (#44) Bumps [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) from 7.0.1 to 7.1.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/7.0.1...7.1.0) --- updated-dependencies: - dependency-name: django-phonenumber-field dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0befe48..26ef65b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==4.2.1 -django-phonenumber-field==7.0.1 +django-phonenumber-field==7.1.0 djangorestframework==3.14.0 gunicorn==20.1.0