From cfa13368f4d5c7dd8be27aabe19c7602d24686da Mon Sep 17 00:00:00 2001 From: Marco Perini Date: Sat, 8 Jun 2024 12:06:25 +0200 Subject: [PATCH] feat(version): update burr version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bef8c1a..0b1b7f1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ classifiers = [ requires-python = ">=3.9,<4.0" [project.optional-dependencies] -burr = ["burr[start]==0.19.1"] +burr = ["burr[start]==0.22.1"] docs = ["sphinx==6.0", "furo==2024.5.6"] [build-system]