diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 870c3366..ffe7b117 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/poetry.lock b/poetry.lock index a88c4acf..a28f0255 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = [ diff --git a/pyproject.toml b/pyproject.toml index 9a86edd3..39b98e41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]