From 3e539eb19304bf5a372ba99f625e71e01784abf2 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 4 Feb 2023 19:33:31 +0200 Subject: [PATCH] Update Butcher --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d7dae75..52ac8f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,7 +147,7 @@ features = [ "test", ] extra-dependencies = [ - "butcher @ git+https://github.com/aiogram/butcher.git@v0.1.9" + "butcher @ git+https://github.com/aiogram/butcher.git@v0.1.10" ] [tool.hatch.envs.test]