From 415cd22db72ea1bcc56b7904f984cc7de369b7df Mon Sep 17 00:00:00 2001 From: William B <7444334+whabanks@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:32:43 -0400 Subject: [PATCH] bump utils version to 52.0.6 (#237) --- .github/actions/waffles/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/waffles/requirements.txt b/.github/actions/waffles/requirements.txt index 70f6f583..85868f1e 100644 --- a/.github/actions/waffles/requirements.txt +++ b/.github/actions/waffles/requirements.txt @@ -1,4 +1,4 @@ docopt==0.6.2 Flask==2.3.2 markupsafe==2.1.3 -git+https://github.com/cds-snc/notifier-utils.git@52.0.5#egg=notifications-utils \ No newline at end of file +git+https://github.com/cds-snc/notifier-utils.git@52.0.6#egg=notifications-utils \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ec15d13a..fa4a617e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ include = '(notifications_utils|tests)/.*\.pyi?$' [tool.poetry] name = "notifications-utils" -version = "52.0.5" +version = "52.0.6" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"