diff --git a/.github/actions/waffles/requirements.txt b/.github/actions/waffles/requirements.txt index 38fbf1cd..a61d4ab4 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.7#egg=notifications-utils +git+https://github.com/cds-snc/notifier-utils.git@52.2.8#egg=notifications-utils diff --git a/pyproject.toml b/pyproject.toml index 79dd158e..a938adfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notifications-utils" -version = "52.2.7" +version = "52.2.8" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"