mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-19 14:04:20 -04:00
Bump phonenumbers from 9.0.19 to 9.0.20 (#2122)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.19 to 9.0.20. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.19...v9.0.20) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -3414,14 +3414,14 @@ install = ["zstandard (>=0.21.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "phonenumbers"
|
||||
version = "9.0.19"
|
||||
version = "9.0.20"
|
||||
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "phonenumbers-9.0.19-py2.py3-none-any.whl", hash = "sha256:004abdfe2010518c2383f148515664a742e8a5d5540e07c049735c139d7e8b09"},
|
||||
{file = "phonenumbers-9.0.19.tar.gz", hash = "sha256:e0674e31554362f4d95383558f7aefde738ef2e7bf96d28a10afd3e87d63a65c"},
|
||||
{file = "phonenumbers-9.0.20-py2.py3-none-any.whl", hash = "sha256:03bf5dd14891891284ba96f803d0e5e7e11b9306a0ec4fdf25756ada39eacb86"},
|
||||
{file = "phonenumbers-9.0.20.tar.gz", hash = "sha256:849788eec8e5a9737a99c8b906d18a62d9fced6497ba7033784b6a7e4c89bb2d"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -6011,4 +6011,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.13.2"
|
||||
content-hash = "10dadf883bf0c932f96d46da3b9ab02a4ccf4acbac5d33a861a18ef8185d00a2"
|
||||
content-hash = "7c4deac7ea81721d124b6dae6c20da70fea11891121ef2e48056014d0622b179"
|
||||
|
||||
@@ -52,7 +52,7 @@ bleach = "^6.3.0"
|
||||
geojson = "^3.2.0"
|
||||
numpy = "^2.3.5"
|
||||
ordered-set = "^4.1.0"
|
||||
phonenumbers = "^9.0.19"
|
||||
phonenumbers = "^9.0.20"
|
||||
python-json-logger = "^4.0.0"
|
||||
regex = "^2025.11.3"
|
||||
shapely = "^2.1.2"
|
||||
|
||||
Reference in New Issue
Block a user