diff --git a/poetry.lock b/poetry.lock index 23ef0bdaf..65318907c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" @@ -829,13 +829,13 @@ ptyprocess = ">=0.5" [[package]] name = "phonenumbers" -version = "8.13.4" +version = "8.13.23" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = "*" files = [ - {file = "phonenumbers-8.13.4-py2.py3-none-any.whl", hash = "sha256:a577a46c069ad889c7b7cf4dd978751d059edeab28b97acead4775d2ea1fc70a"}, - {file = "phonenumbers-8.13.4.tar.gz", hash = "sha256:6d63455012fc9431105ffc7739befca61c3efc551b287dca58d2be2e745475a9"}, + {file = "phonenumbers-8.13.23-py2.py3-none-any.whl", hash = "sha256:34d6cb279dd4a64714e324c71350f96e5bda3237be28d11b4c555c44701544cd"}, + {file = "phonenumbers-8.13.23.tar.gz", hash = "sha256:869e44fcaaf276eca6b953a401e2b27d57461f3a18a66cf5f13377e7bb0e228c"}, ] [[package]] @@ -1572,4 +1572,4 @@ testing = ["coverage"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "62519616aff5a472dac3dd8071a6404b1ee8eab12a197af717a0520f7ded0331" +content-hash = "efa718f4362a70d2cfc3b4c1c309d86d1324f95f5d9eaa4aae0715dcdaa18b7d" diff --git a/pyproject.toml b/pyproject.toml index cb1a6aaf7..352d8f13e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pyOpenSSL = "^23.1.1" pytz = "^2021.1" djangorestframework = "^3.13" django-phonenumber-field = "^6.3" -phonenumbers = "^8.12" +phonenumbers = "^8.13" django-ajax-selects = "^2.1.0" reportlab = "^3.6" django-haystack = "^3.2.1"