mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-13 01:33:21 +00:00
[UPDATE] Bump django-phonenumber-field from 6.4.0 to 7.1.0
Bumps [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) from 6.4.0 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/6.4.0...7.1.0) --- updated-dependencies: - dependency-name: django-phonenumber-field dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8852ef990e
commit
8c3a9437e1
8
poetry.lock
generated
8
poetry.lock
generated
@ -498,14 +498,14 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "django-phonenumber-field"
|
||||
version = "6.4.0"
|
||||
version = "7.1.0"
|
||||
description = "An international phone number field for django models."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "django-phonenumber-field-6.4.0.tar.gz", hash = "sha256:72a3e7a3e7493bf2a12c07a3bc77ce89813acc16592bf04d0eee3b5a452097ed"},
|
||||
{file = "django_phonenumber_field-6.4.0-py3-none-any.whl", hash = "sha256:a31b4f05ac0ff898661516c84940f83adb5cdcf0ae4b9b1d31bb8ad3ff345b58"},
|
||||
{file = "django-phonenumber-field-7.1.0.tar.gz", hash = "sha256:63721dbdc7424cd594a08d80f550e790cf6e7c903cbc0fb4dd9d86baac8b8c51"},
|
||||
{file = "django_phonenumber_field-7.1.0-py3-none-any.whl", hash = "sha256:4eaab35fe9a163046dc3a47188771385c56a788e0e11b7bbcc662e1e6b7b9104"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1632,4 +1632,4 @@ testing = ["coverage"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "95b9a07660bd8f95a5a90cc273071a675d884424479cd1ed922438dc767d230a"
|
||||
content-hash = "07301cd45c7d81ceb43e32da6a037522d9f773bc02e3293b6a38fc5c968410f3"
|
||||
|
@ -28,7 +28,7 @@ cryptography = "^40.0"
|
||||
pyOpenSSL = "^23.1.1"
|
||||
pytz = "^2021.1"
|
||||
djangorestframework = "^3.13"
|
||||
django-phonenumber-field = "^6.3"
|
||||
django-phonenumber-field = "^7.1"
|
||||
phonenumbers = "^8.12"
|
||||
django-ajax-selects = "^2.1.0"
|
||||
reportlab = "^3.6"
|
||||
|
Loading…
Reference in New Issue
Block a user