Bump butcher

This commit is contained in:
Alex Root Junior 2022-11-22 23:12:16 +02:00
parent 0fd984e016
commit 6b27441b7b
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
3 changed files with 11 additions and 11 deletions

View file

@ -33,17 +33,17 @@ repos:
args: [ '--config=.flake8' ]
files: *files
# - repo: https://github.com/floatingpurr/sync_with_poetry
# rev: 0.2.0
# hooks:
# - id: sync_with_poetry
- repo: https://github.com/floatingpurr/sync_with_poetry
rev: 0.2.0
hooks:
- id: sync_with_poetry
- repo: https://github.com/python-poetry/poetry
rev: '1.2.1'
hooks:
- id: poetry-check
# - id: poetry-lock
# args: [ "--no-update" ]
- id: poetry-lock
args: [ "--no-update" ]
- id: poetry-export
args: [ "-f", "requirements.txt", "--without-hashes", "-o", "requirements/base.txt" ]
- id: poetry-export

8
poetry.lock generated
View file

@ -176,7 +176,7 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]]
name = "butcher"
version = "0.1.6"
version = "0.1.7"
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.6"
resolved_reference = "2316321fa0fb07ddc7ba9061948419811a90ab7f"
reference = "v0.1.7"
resolved_reference = "a0a428c5bd37a212ee168feddfc38d6934b08e18"
[[package]]
name = "certifi"
@ -1353,7 +1353,7 @@ redis = ["redis"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "c26eabd7eabaeef760323a44c63ab811cde9d0fc47500c19ec3e02c0314ee561"
content-hash = "e0f20dd2f11859f031e6d77751dc8b757519fb24e67b0eb03490c20695bd9705"
[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.6", python = "3.10" }
butcher = { git = "https://github.com/aiogram/butcher.git", rev = "v0.1.7", python = "3.10" }
[tool.poetry.extras]