diff --git a/.github/actions/waffles/requirements.txt b/.github/actions/waffles/requirements.txt index ac58eeb8..6167fb58 100644 --- a/.github/actions/waffles/requirements.txt +++ b/.github/actions/waffles/requirements.txt @@ -1,4 +1,4 @@ docopt==0.6.2 Flask==2.3.3 markupsafe==2.1.3 -git+https://github.com/cds-snc/notifier-utils.git@52.0.17#egg=notifications-utils +git+https://github.com/cds-snc/notifier-utils.git@52.0.18#egg=notifications-utils diff --git a/pyproject.toml b/pyproject.toml index 39a8e517..c2410e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ include = '(notifications_utils|tests)/.*\.pyi?$' [tool.poetry] name = "notifications-utils" -version = "52.0.17" +version = "52.0.18" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"