Skip to content

Commit

Permalink
fix(deps): update all patch dependencies (#215)
Browse files Browse the repository at this point in the history
* fix(deps): update all patch dependencies

* Fix Egypt phone number format based on wikipedia page for egypt numbers

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wbanks <[email protected]>
  • Loading branch information
renovate[bot] and whabanks authored Aug 17, 2023
1 parent 5d8fa82 commit 2740bcf
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Jinja2 = "^3.0.0"
statsd = "3.3.0"
Flask-Redis = "0.4.0"
PyYAML = "5.3.1"
phonenumbers = "8.13.13"
phonenumbers = "8.13.18"
pytz = "2021.3"
smartypants = "2.0.1"
pypdf2 = "1.28.6"
py_w3c = "0.3.1"
# required by both api and admin
awscli = "1.29.22"
boto3 = "1.28.22"
werkzeug = "2.3.3"
awscli = "1.29.23"
boto3 = "1.28.23"
werkzeug = "2.3.6"
itsdangerous = "2.1.2"

[tool.poetry.group.test.dependencies]
Expand All @@ -53,11 +53,11 @@ flake8 = "3.9.2"
flake8-print = "4.0.1"
mypy = "1.4.1"
black = "23.7.0"
click = "8.1.3"
types-python-dateutil = "2.8.19.13"
types-PyYAML = "6.0.12.10"
click = "8.1.6"
types-python-dateutil = "2.8.19.14"
types-PyYAML = "6.0.12.11"
types-pytz = "2022.7.1.2"
types-bleach = "5.0.3.1"
types-cachetools = "5.3.0.5"
types-cachetools = "5.3.0.6"
types-redis = "4.6.0.3"
types-requests = "2.31.0.2"
4 changes: 2 additions & 2 deletions tests/test_recipient_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ def test_validates_against_safelist_of_email_addresses(email_address):
@pytest.mark.parametrize(
"phone_number, expected_formatted",
[
("+20-12-1234-1234", "+20 121 234 1234"), # Egypt
("+7 499 1231212", "+7 499 123-12-12"), # Moscow (Russia)
("+20 012-123-1234", "+20 012-123-1234"),
("+7 499 1231212", "+7 499 123-12-12"), # Egypt # Moscow (Russia)
("+1-202-555-0104", "+1 202-555-0104"), # Washington DC (USA)
("+23051234567", "+23051234567"), # Mauritius
("+33(0)1 12345678", "+33 1 12 34 56 78"), # Paris (France)
Expand Down

0 comments on commit 2740bcf

Please sign in to comment.