Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent 1db29fb commit f47eac6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ Jinja2 = "^3.0.0"
statsd = "3.3.0"
Flask-Redis = "0.4.0"
PyYAML = "6.0.1"
phonenumbers = "8.13.19"
phonenumbers = "8.13.22"
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.39"
boto3 = "1.28.39"
awscli = "1.29.60"
boto3 = "1.28.60"
werkzeug = "2.3.7"
itsdangerous = "2.1.2"

[tool.poetry.group.test.dependencies]
pytest = "7.4.0"
pytest = "7.4.2"
pytest-mock = "3.11.1"
pytest-cov = "2.12.1"
pytest-xdist = "2.5.0"
Expand All @@ -55,9 +55,9 @@ mypy = "1.4.1"
black = "23.7.0"
click = "8.1.7"
types-python-dateutil = "2.8.19.14"
types-PyYAML = "6.0.12.11"
types-PyYAML = "6.0.12.12"
types-pytz = "2022.7.1.2"
types-bleach = "5.0.3.1"
types-cachetools = "5.3.0.6"
types-redis = "4.6.0.5"
types-requests = "2.31.0.2"
types-redis = "4.6.0.7"
types-requests = "2.31.0.8"

0 comments on commit f47eac6

Please sign in to comment.