diff --git a/.github/actions/waffles/requirements.txt b/.github/actions/waffles/requirements.txt index 3055ebba..5b3b8350 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.3.5#egg=notifications-utils +git+https://github.com/cds-snc/notifier-utils.git@52.3.6#egg=notifications-utils diff --git a/pyproject.toml b/pyproject.toml index 1432afdc..5688b4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notifications-utils" -version = "52.3.5" +version = "52.3.6" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"