From 399ccb2b00027eee89902c89d3614fad5eb4ddb6 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 20 Apr 2023 23:44:52 +0300 Subject: [PATCH] Update butcher --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a203c92..5bf6abab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ features = [ "test", ] extra-dependencies = [ - "butcher @ git+https://github.com/aiogram/butcher.git@v0.1.13" + "butcher @ git+https://github.com/aiogram/butcher.git@v0.1.14" ] [tool.hatch.envs.test]