From 5c0f31950cb3f794c42417fffe86a9f5ea511d56 Mon Sep 17 00:00:00 2001 From: Valentin Berlier Date: Fri, 6 May 2022 02:46:05 +0200 Subject: [PATCH] chore: update mecha --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc8138b..7fa03b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -364,7 +364,7 @@ python-versions = ">=3.7" [[package]] name = "mecha" -version = "0.49.0" +version = "0.49.1" description = "A powerful Minecraft command library" category = "main" optional = false @@ -825,7 +825,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "742e3c6f97c61d337dd502994508e8d70bf6754469f9414b56f75cc1ec40e7c4" +content-hash = "1bde70dbe9853029544a132a8084773042bcf5c032d503f4d1e7c9444c482d41" [metadata.files] atomicwrites = [ @@ -1071,8 +1071,8 @@ mdurl = [ {file = "mdurl-0.1.1.tar.gz", hash = "sha256:f79c9709944df218a4cdb0fcc0b0c7ead2f44594e3e84dc566606f04ad749c20"}, ] mecha = [ - {file = "mecha-0.49.0-py3-none-any.whl", hash = "sha256:40c3cb9d5d7413d85ccf2b0907fba4d5b5ab3bd2bfc6c2800e5b4c58c75b2434"}, - {file = "mecha-0.49.0.tar.gz", hash = "sha256:b09e9bdffcbd9f121e20d29009f4552adfe129d2a810ec1efa87aabfc7bf91ae"}, + {file = "mecha-0.49.1-py3-none-any.whl", hash = "sha256:5db5f229724c12e170bc39c1c1d33b96df26bdeec104ef3d14a6d032b1d3be8d"}, + {file = "mecha-0.49.1.tar.gz", hash = "sha256:6c3babe75aa3439fac4ebe0a0786fc29521de24a413467ba1e93f048dfeb5683"}, ] mypy-extensions = [ {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, diff --git a/pyproject.toml b/pyproject.toml index 9fd4ff1..46d371b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ include = ["bolt/py.typed"] [tool.poetry.dependencies] python = "^3.8" beet = ">=0.64.0" -mecha = ">=0.49.0" +mecha = ">=0.49.1" [tool.poetry.dev-dependencies] pytest = "^7.1.2"