From 7cb5029400c1d031adc8b4657f79039fae4fde4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:17:34 +0000 Subject: [PATCH] Bump mkapi from 2.1.0 to 3.0.18 Bumps [mkapi](https://github.com/daizutabi/mkapi) from 2.1.0 to 3.0.18. - [Release notes](https://github.com/daizutabi/mkapi/releases) - [Commits](https://github.com/daizutabi/mkapi/compare/v2.1.0...3.0.18) --- updated-dependencies: - dependency-name: mkapi dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 75 ++++++-------------------------------------------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 68 deletions(-) diff --git a/poetry.lock b/poetry.lock index 555e3e9..a9fbc04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -959,27 +959,6 @@ files = [ {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, ] -[[package]] -name = "halo" -version = "0.0.31" -description = "Beautiful terminal spinners in Python" -optional = false -python-versions = ">=3.4" -files = [ - {file = "halo-0.0.31-py2-none-any.whl", hash = "sha256:5350488fb7d2aa7c31a1344120cee67a872901ce8858f60da7946cef96c208ab"}, - {file = "halo-0.0.31.tar.gz", hash = "sha256:7b67a3521ee91d53b7152d4ee3452811e1d2a6321975137762eb3d70063cc9d6"}, -] - -[package.dependencies] -colorama = ">=0.3.9" -log-symbols = ">=0.0.14" -six = ">=1.12.0" -spinners = ">=0.0.24" -termcolor = ">=1.1.0" - -[package.extras] -ipython = ["IPython (==5.7.0)", "ipywidgets (==7.1.0)"] - [[package]] name = "httpcore" version = "1.0.5" @@ -1469,20 +1448,6 @@ optional-strict = ["IPython (==7.14.0)", "IPython (==7.18.0)", "IPython (==8.12. tests = ["coverage[toml] (>=6.1.1)", "coverage[toml] (>=6.5.0)", "coverage[toml] (>=6.5.0)", "coverage[toml] (>=6.5.0)", "coverage[toml] (>=6.5.0)", "coverage[toml] (>=7.3.0)", "pytest (>=6.2.5)", "pytest (>=7.4.4)", "pytest (>=7.4.4)", "pytest (>=7.4.4)", "pytest (>=7.4.4)", "pytest (>=7.4.4)", "pytest (>=7.4.4)", "pytest (>=7.4.4)", "pytest-cov (>=3.0.0)", "ubelt (>=1.3.4)", "xdoctest (>=1.1.3)"] tests-strict = ["coverage[toml] (==6.1.1)", "coverage[toml] (==6.5.0)", "coverage[toml] (==6.5.0)", "coverage[toml] (==6.5.0)", "coverage[toml] (==6.5.0)", "coverage[toml] (==7.3.0)", "pytest (==6.2.5)", "pytest (==7.4.4)", "pytest (==7.4.4)", "pytest (==7.4.4)", "pytest (==7.4.4)", "pytest (==7.4.4)", "pytest (==7.4.4)", "pytest (==7.4.4)", "pytest-cov (==3.0.0)", "ubelt (==1.3.4)", "xdoctest (==1.1.3)"] -[[package]] -name = "log-symbols" -version = "0.0.14" -description = "Colored symbols for various log levels for Python" -optional = false -python-versions = "*" -files = [ - {file = "log_symbols-0.0.14-py3-none-any.whl", hash = "sha256:4952106ff8b605ab7d5081dd2c7e6ca7374584eff7086f499c06edd1ce56dcca"}, - {file = "log_symbols-0.0.14.tar.gz", hash = "sha256:cf0bbc6fe1a8e53f0d174a716bc625c4f87043cc21eb55dd8a740cfe22680556"}, -] - -[package.dependencies] -colorama = ">=0.3.9" - [[package]] name = "makefun" version = "1.15.4" @@ -1670,20 +1635,21 @@ files = [ [[package]] name = "mkapi" -version = "2.1.0" +version = "3.0.18" description = "A plugin for MkDocs to generate API documentation" optional = false python-versions = ">=3.10" files = [ - {file = "mkapi-2.1.0-py3-none-any.whl", hash = "sha256:c7a65e715fa124f031496884fdc74d90c78cec23913500f3394ecd590e87a174"}, - {file = "mkapi-2.1.0.tar.gz", hash = "sha256:59f40f8cf91eda440d48614c2f123ac053751d306de752d17c9403789a9784ef"}, + {file = "mkapi-3.0.18-py3-none-any.whl", hash = "sha256:a42f7cfba6b5ac0997cc188980706a20f78380fc8f79a0d8daeae4573be17878"}, + {file = "mkapi-3.0.18.tar.gz", hash = "sha256:7eddd2eda404b8fefc42178db7217f78fbfd744ed2da20a6ee3b888987d5d729"}, ] [package.dependencies] -halo = "*" jinja2 = "*" +mkdocs = ">=1.6.0" mkdocs-material = "*" -tqdm = "*" +rich = "*" +tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "mkdocs" @@ -3278,17 +3244,6 @@ files = [ {file = "soupsieve-2.6.tar.gz", hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb"}, ] -[[package]] -name = "spinners" -version = "0.0.24" -description = "Spinners for terminals" -optional = false -python-versions = "*" -files = [ - {file = "spinners-0.0.24-py3-none-any.whl", hash = "sha256:2fa30d0b72c9650ad12bbe031c9943b8d441e41b4f5602b0ec977a19f3290e98"}, - {file = "spinners-0.0.24.tar.gz", hash = "sha256:1eb6aeb4781d72ab42ed8a01dcf20f3002bf50740d7154d12fb8c9769bf9e27f"}, -] - [[package]] name = "stack-data" version = "0.6.3" @@ -3339,20 +3294,6 @@ mpmath = ">=1.1.0,<1.4" [package.extras] dev = ["hypothesis (>=6.70.0)", "pytest (>=7.1.0)"] -[[package]] -name = "termcolor" -version = "2.4.0" -description = "ANSI color formatting for output in terminal" -optional = false -python-versions = ">=3.8" -files = [ - {file = "termcolor-2.4.0-py3-none-any.whl", hash = "sha256:9297c0df9c99445c2412e832e882a7884038a25617c60cea2ad69488d4040d63"}, - {file = "termcolor-2.4.0.tar.gz", hash = "sha256:aab9e56047c8ac41ed798fa36d892a37aca6b3e9159f3e0c24bc64a9b3ac7b7a"}, -] - -[package.extras] -tests = ["pytest", "pytest-cov"] - [[package]] name = "tinycss2" version = "1.3.0" @@ -3785,4 +3726,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ce9bac18f36082a63183b9f6606351d26285b940e89510db41b9a350150c39f4" +content-hash = "19b196dae8c8225290fbd3e725b3796c1013e4c09a653d8e711d62f2a14d360d" diff --git a/pyproject.toml b/pyproject.toml index 3d18213..e4e233c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ mkdocs-material = "^9.5.30" mkdocs-git-revision-date-localized-plugin = "^1.2.6" mkdocs-awesome-pages-plugin = "^2.9.2" mkdocs-git-authors-plugin = "^0.9.0" -mkapi = "^2.1.0" +mkapi = ">=2.1,<4.0" pygments = "^2.18.0" mkdocs-jupyter = ">=0.24.8,<0.26.0"