From 5d8fa8298fc1bf251be28de7ddc3b966ff46e9a0 Mon Sep 17 00:00:00 2001 From: William B <7444334+whabanks@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:08:57 -0400 Subject: [PATCH] bump utils version to 52.0.5 (#236) --- .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 7b5532c1..70f6f583 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.4#egg=notifications-utils \ No newline at end of file +git+https://github.com/cds-snc/notifier-utils.git@52.0.5#egg=notifications-utils \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3f4563b4..c9243c84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ include = '(notifications_utils|tests)/.*\.pyi?$' [tool.poetry] name = "notifications-utils" -version = "52.0.4" +version = "52.0.5" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"