From 184a52a79897927aab70ad20702b085636cc10ca Mon Sep 17 00:00:00 2001 From: Bart Feenstra Date: Wed, 27 Nov 2024 14:05:49 +0000 Subject: [PATCH] Upgrade to Betty 0.4.0b6 (#26) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd0b002..78a9c0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] requires-python = '~= 3.11' dependencies = [ - 'betty == 0.4.0b5', + 'betty == 0.4.0b6', 'docker ~= 7.1', ] classifiers = [