This commit is contained in:
dependabot[bot] 2023-10-13 13:28:39 -07:00 committed by GitHub
commit 706189ba20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
[[package]]
name = "alabaster"
@ -476,13 +476,13 @@ files = [
[[package]]
name = "django-phonenumber-field"
version = "6.4.0"
version = "7.2.0"
description = "An international phone number field for django models."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
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.2.0.tar.gz", hash = "sha256:20c7c5c449e33eed5fd45ef8d3dc668faabaeff3277eddd1892b262d686ba381"},
{file = "django_phonenumber_field-7.2.0-py3-none-any.whl", hash = "sha256:16778f2717ea2aecc6178beb0d6bc431c78c6a8b0474e1fa8face040efeb6e9e"},
]
[package.dependencies]
@ -1572,4 +1572,4 @@ testing = ["coverage"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "62519616aff5a472dac3dd8071a6404b1ee8eab12a197af717a0520f7ded0331"
content-hash = "8084232c59592350b896e7ef42123e3133802a7959913048b6cdb18591381556"

View File

@ -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.2"
phonenumbers = "^8.12"
django-ajax-selects = "^2.1.0"
reportlab = "^3.6"