From 951a99bb60661018e6c38ce259b50234a92ad3db Mon Sep 17 00:00:00 2001 From: Bart Feenstra Date: Sun, 20 Oct 2024 00:52:30 +0100 Subject: [PATCH] Upgrade to Betty 0.4.0a14 (#18) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80e0182..648d3fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] requires-python = '~= 3.11' dependencies = [ - 'betty == 0.4.0a13', + 'betty == 0.4.0a14', 'docker ~= 7.1', ] classifiers = [