mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Bump phonenumbers from 9.0.21 to 9.0.22 (#3205)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.21 to 9.0.22. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.21...v9.0.22) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.22 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
@@ -2502,14 +2502,14 @@ install = ["zstandard (>=0.21.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phonenumbers"
|
name = "phonenumbers"
|
||||||
version = "9.0.21"
|
version = "9.0.22"
|
||||||
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
|
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=2.5"
|
python-versions = ">=2.5"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "phonenumbers-9.0.21-py2.py3-none-any.whl", hash = "sha256:3a0f717fddf901a5a424f47c43fb72722cb45bd25ee87331987b00eafe6855bf"},
|
{file = "phonenumbers-9.0.22-py2.py3-none-any.whl", hash = "sha256:645e66cd9a136b3b257b5f941fa97d324124114d31ad3c9f2488682f47ad7ee1"},
|
||||||
{file = "phonenumbers-9.0.21.tar.gz", hash = "sha256:df4145cba0a8b3ee9c425d5d9b5dbe1b4fceccc68b030ac549ea13c95592b602"},
|
{file = "phonenumbers-9.0.22.tar.gz", hash = "sha256:eff985c65575749d1d54e07c56c3517d5243e03e08e4a6191761df9aab2278f2"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4510,4 +4510,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.13.2"
|
python-versions = "^3.13.2"
|
||||||
content-hash = "d42b9a867cc927de12cb0fcbd62fcf3c45973b07bad5901fe6b22266a3d0d6d3"
|
content-hash = "4fc862c2b573453fc8dbbbc6b3f844918731265015edd7d77d277a5c621baa6b"
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ geojson = "^3.1.0"
|
|||||||
jmespath = "^1.0.1"
|
jmespath = "^1.0.1"
|
||||||
numpy = "^2.4.1"
|
numpy = "^2.4.1"
|
||||||
ordered-set = "^4.1.0"
|
ordered-set = "^4.1.0"
|
||||||
phonenumbers = "^9.0.21"
|
phonenumbers = "^9.0.22"
|
||||||
pycparser = "^2.23"
|
pycparser = "^2.23"
|
||||||
pyjwt = "^2.10.1"
|
pyjwt = "^2.10.1"
|
||||||
python-json-logger = "^4.0.0"
|
python-json-logger = "^4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user