mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-31 11:48:51 -04:00
Bump phonenumbers from 9.0.8 to 9.0.9
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.8 to 9.0.9. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.8...v9.0.9) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -3135,14 +3135,14 @@ install = ["zstandard (>=0.21.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "phonenumbers"
|
||||
version = "9.0.8"
|
||||
version = "9.0.9"
|
||||
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.8-py2.py3-none-any.whl", hash = "sha256:53d357111c0ead0d6408ae443613b18d3a053431ca1ddf7e881457c0969afcf9"},
|
||||
{file = "phonenumbers-9.0.8.tar.gz", hash = "sha256:16f03f2cf65b5eee99ed25827d810febcab92b5d76f977e425fcd2e4ca6d4865"},
|
||||
{file = "phonenumbers-9.0.9-py2.py3-none-any.whl", hash = "sha256:13b91aa153f87675902829b38a556bad54824f9c121b89588bbb5fa8550d97ef"},
|
||||
{file = "phonenumbers-9.0.9.tar.gz", hash = "sha256:c640545019a07e68b0bea57a5fede6eef45c7391165d28935f45615f9a567a5b"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -5511,4 +5511,4 @@ cffi = ["cffi (>=1.11)"]
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.12.9"
|
||||
content-hash = "a1df2339590eac5c1239e4ad84a49705597232f8275b240d66793a5106a104ad"
|
||||
content-hash = "ef279010ae70332a52ab17f808af5f2041c93bca4a327a346acb592316bf0dd7"
|
||||
|
||||
@@ -52,7 +52,7 @@ bleach = "^6.1.0"
|
||||
geojson = "^3.2.0"
|
||||
numpy = "^2.3.1"
|
||||
ordered-set = "^4.1.0"
|
||||
phonenumbers = "^9.0.8"
|
||||
phonenumbers = "^9.0.9"
|
||||
python-json-logger = "^3.3.0"
|
||||
regex = "^2024.11.6"
|
||||
shapely = "^2.1.1"
|
||||
|
||||
Reference in New Issue
Block a user