diff --git a/.github/actions/waffles/requirements.txt b/.github/actions/waffles/requirements.txt index d0d8f97c..f2a8976f 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.5 -git+https://github.com/cds-snc/notifier-utils.git@52.2.9#egg=notifications-utils +git+https://github.com/cds-snc/notifier-utils.git@52.3.1#egg=notifications-utils diff --git a/pyproject.toml b/pyproject.toml index 21cb617d..f214fa77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notifications-utils" -version = "52.2.9" +version = "52.3.0" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"