Skip to content

Commit

Permalink
Revert #244
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Nov 28, 2023
1 parent 4a4ba9d commit 89b1583
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/actions/waffles/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docopt==0.6.2
Flask==2.3.3
markupsafe==2.1.3
git+https://github.com/cds-snc/[email protected].15#egg=notifications-utils
git+https://github.com/cds-snc/[email protected].16#egg=notifications-utils
109 changes: 60 additions & 49 deletions poetry.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include = '(notifications_utils|tests)/.*\.pyi?$'

[tool.poetry]
name = "notifications-utils"
version = "52.0.15"
version = "52.0.16"
description = "Shared python code for Notification - Provides logging utils etc."
authors = ["Canadian Digital Service"]
license = "MIT license"
Expand All @@ -30,14 +30,14 @@ Jinja2 = "^3.0.0"
statsd = "3.3.0"
Flask-Redis = "0.4.0"
PyYAML = "6.0.1"
phonenumbers = "8.13.24"
phonenumbers = "8.13.19"
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.84"
boto3 = "1.28.84"
awscli = "1.29.39"
boto3 = "1.28.39"
werkzeug = "2.3.7"
itsdangerous = "2.1.2"

Expand All @@ -46,7 +46,7 @@ certifi = "^2023.7.22" # pinned for security reasons: https://github.com/cds-snc
cryptography = "^41.0.2" # pinned for security reasons: https://github.com/cds-snc/notification-utils/security/dependabot/21

[tool.poetry.group.test.dependencies]
pytest = "7.4.3"
pytest = "7.4.0"
pytest-mock = "3.11.1"
pytest-cov = "2.12.1"
pytest-xdist = "2.5.0"
Expand All @@ -59,9 +59,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.12"
types-PyYAML = "6.0.12.1"
types-pytz = "2022.7.1.2"
types-bleach = "5.0.3.1"
types-cachetools = "5.3.0.7"
types-redis = "4.6.0.10"
types-requests = "2.31.0.10"
types-cachetools = "5.3.0.6"
types-redis = "4.6.0.5"
types-requests = "2.31.0.2"

0 comments on commit 89b1583

Please sign in to comment.