diff --git a/poetry.lock b/poetry.lock index 0eaa3cb..1b48a43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -750,6 +750,30 @@ completion = ["shtab (>=1.1.0)"] doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] test = ["pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)"] +[[package]] +name = "markdown-it-py" +version = "3.0.0" +description = "Python port of markdown-it. Markdown parsing, done right!" +optional = false +python-versions = ">=3.8" +files = [ + {file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"}, + {file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"}, +] + +[package.dependencies] +mdurl = ">=0.1,<1.0" + +[package.extras] +benchmarking = ["psutil", "pytest", "pytest-benchmark"] +code-style = ["pre-commit (>=3.0,<4.0)"] +compare = ["commonmark (>=0.9,<1.0)", "markdown (>=3.4,<4.0)", "mistletoe (>=1.0,<2.0)", "mistune (>=2.0,<3.0)", "panflute (>=2.3,<3.0)"] +linkify = ["linkify-it-py (>=1,<3)"] +plugins = ["mdit-py-plugins"] +profiling = ["gprof2dot"] +rtd = ["jupyter_sphinx", "mdit-py-plugins", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"] +testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] + [[package]] name = "markupsafe" version = "2.1.5" @@ -819,6 +843,17 @@ files = [ {file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"}, ] +[[package]] +name = "mdurl" +version = "0.1.2" +description = "Markdown URL utilities" +optional = false +python-versions = ">=3.7" +files = [ + {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"}, + {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"}, +] + [[package]] name = "mecha" version = "0.95.2" @@ -1349,6 +1384,25 @@ files = [ [package.extras] idna2008 = ["idna"] +[[package]] +name = "rich" +version = "13.9.2" +description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" +optional = false +python-versions = ">=3.8.0" +files = [ + {file = "rich-13.9.2-py3-none-any.whl", hash = "sha256:8c82a3d3f8dcfe9e734771313e606b39d8247bb6b826e196f4914b333b743cf1"}, + {file = "rich-13.9.2.tar.gz", hash = "sha256:51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c"}, +] + +[package.dependencies] +markdown-it-py = ">=2.2.0" +pygments = ">=2.13.0,<3.0.0" +typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.11\""} + +[package.extras] +jupyter = ["ipywidgets (>=7.5.1,<9)"] + [[package]] name = "secretstorage" version = "3.3.3" @@ -1559,4 +1613,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "afa3a2a44bbb0e97134e8f2ade895d3933be31be64f83b6200bb01e5827e9be3" +content-hash = "29b0fbf3ba128b335f487c84bbf095e774583860c9585af3d14ce48932e4eb6a" diff --git a/pyproject.toml b/pyproject.toml index 92f744e..620bf57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ bolt = "^0.49.0" bolt-expressions = "^0.17.0" beet = ">=0.108.5" pydantic = "^2.5.2" +rich = "^13.9.2" [tool.poetry.group.dev.dependencies] black = "^22.8.0" diff --git a/smithed_libraries/packs/crafter/beet.yaml b/smithed_libraries/packs/crafter/beet.yaml index 67e067f..b849379 100644 --- a/smithed_libraries/packs/crafter/beet.yaml +++ b/smithed_libraries/packs/crafter/beet.yaml @@ -2,10 +2,10 @@ extend: "@smithed_libraries/common.yaml" id: smithed.crafter name: Smithed Crafter -version: "0.4.2" +version: "0.4.3" description: Native Library for Smithed author: TheNuclearNexus -minecraft: "1.20" +minecraft: "1.21" data_pack: name: Smithed Crafter @@ -31,5 +31,5 @@ pipeline: meta: depends_on: # used for metadata - custom-block: "0.4.2" - minecraft_version: "1.20.6" \ No newline at end of file + custom-block: "0.4.3" + minecraft_version: "1.21" \ No newline at end of file diff --git a/smithed_libraries/packs/custom-block/beet.yaml b/smithed_libraries/packs/custom-block/beet.yaml index 6f66671..8ea8944 100644 --- a/smithed_libraries/packs/custom-block/beet.yaml +++ b/smithed_libraries/packs/custom-block/beet.yaml @@ -2,9 +2,9 @@ extend: "@smithed_libraries/common.yaml" id: smithed.custom_block name: Smithed Custom Block -version: "0.4.2" +version: "0.4.3" description: Native Custom Block Library for Smithed -minecraft: "1.20" +minecraft: "1.21" data_pack: name: Smithed Custom Block @@ -19,4 +19,4 @@ pipeline: - mecha meta: - minecraft_version: "1.20.6" \ No newline at end of file + minecraft_version: "1.21" \ No newline at end of file