From d695f88d5857b5fb36a489d1904444fbd69d1d4e Mon Sep 17 00:00:00 2001 From: Andrew Leith Date: Thu, 29 Aug 2024 14:18:12 +0000 Subject: [PATCH] chore: bump version --- .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 a61d4ab4..d0d8f97c 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.8#egg=notifications-utils +git+https://github.com/cds-snc/notifier-utils.git@52.2.9#egg=notifications-utils diff --git a/pyproject.toml b/pyproject.toml index a938adfb..3736b258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notifications-utils" -version = "52.2.8" +version = "52.2.9" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"