From 6621e51902137ea5620f86ec3ed3b4ea8393820f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:35:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20django-phonenumber-fi?= =?UTF-8?q?eld[phonenumbers]=20from=207.1.0=20to=207.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [django-phonenumber-field[phonenumbers]](https://github.com/stefanfoulis/django-phonenumber-field) from 7.1.0 to 7.2.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.1.0...7.2.0) --- updated-dependencies: - dependency-name: django-phonenumber-field[phonenumbers] 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 c9117e96..c3957791 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ django-decorator-include==3.0 django-extensions==3.2.3 django-ical==1.9.2 django-multiselectfield==0.1.12 -django-phonenumber-field[phonenumbers]==7.1.0 +django-phonenumber-field[phonenumbers]==7.2.0 django-simple-history==3.3.0 sorl-thumbnail==12.9.0