From fe7359b024594179b6979a7e69363bae1168f4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:50:33 +0100 Subject: [PATCH] pip dependencies(deps): bump betty from 0.3.10 to 0.3.11 (#108) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a82f13e..5dbd4d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] requires-python = '~= 3.11' dependencies = [ - 'betty == 0.3.10', + 'betty == 0.3.11', 'click ~= 8.1, >= 8.1.2', ]