Bump butcher

This commit is contained in:
Alex Root Junior 2022-11-21 01:12:50 +02:00
parent d034c1ba9f
commit 3438d2446d
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -176,7 +176,7 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]]
name = "butcher"
version = "0.1.5"
version = "0.1.6"
description = "Code-generation utility for aiogram v3 core developers"
category = "dev"
optional = false
@ -199,8 +199,8 @@ requests = "^2.28.1"
[package.source]
type = "git"
url = "https://github.com/aiogram/butcher.git"
reference = "v0.1.5"
resolved_reference = "2693f8559b9496974b48b3f6762f8acd0c666268"
reference = "v0.1.6"
resolved_reference = "2316321fa0fb07ddc7ba9061948419811a90ab7f"
[[package]]
name = "certifi"
@ -1353,7 +1353,7 @@ redis = ["redis"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "234adf05496b157948ddafcd9cfefeee9b0c151a207bb0404c3db8f8dcb02f94"
content-hash = "c26eabd7eabaeef760323a44c63ab811cde9d0fc47500c19ec3e02c0314ee561"
[metadata.files]
about-time = [

View file

@ -97,7 +97,7 @@ toml = "^0.10.2"
pre-commit = "^2.20.0"
packaging = "^21.3"
typing-extensions = "^4.3.0"
butcher = { git = "https://github.com/aiogram/butcher.git", rev = "v0.1.5", python = "3.10" }
butcher = { git = "https://github.com/aiogram/butcher.git", rev = "v0.1.6", python = "3.10" }
[tool.poetry.extras]