This PR updates phonenumbers from 8.9.16 to 8.10.0.
Changelog
### 8.10.0
```
---------------------
Merge to
[upstream commit d62a8fb2b719](https://github.com/googlei18n/libphonenumber/commit/d62a8fb2b719);
relevant code changes:
- AsYouTypeFormatter changed to better choose between rules when dialling
locally; previously we used the international rules when the national prefix
was present since this would exclude the local-only rules. However, there are
some numbers that are not internationally diallable that *do* use the
national prefix, and this logic precluded formatting them correctly.
```
Links
- PyPI: https://pypi.org/project/phonenumbers
- Changelog: https://pyup.io/changelogs/phonenumbers/
- Repo: https://github.com/daviddrysdale/python-phonenumbers
This PR updates phonenumbers from 8.9.16 to 8.10.0.
Changelog
### 8.10.0 ``` --------------------- Merge to [upstream commit d62a8fb2b719](https://github.com/googlei18n/libphonenumber/commit/d62a8fb2b719); relevant code changes: - AsYouTypeFormatter changed to better choose between rules when dialling locally; previously we used the international rules when the national prefix was present since this would exclude the local-only rules. However, there are some numbers that are not internationally diallable that *do* use the national prefix, and this logic precluded formatting them correctly. ```Links
- PyPI: https://pypi.org/project/phonenumbers - Changelog: https://pyup.io/changelogs/phonenumbers/ - Repo: https://github.com/daviddrysdale/python-phonenumbers