From a59c724ffcc284be726cf5eca3410115dba0fd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 05:30:16 +0000 Subject: [PATCH] Bump sphinx-markdown-builder from 0.6.6 to 0.6.7 Bumps [sphinx-markdown-builder](https://github.com/liran-funaro/sphinx-markdown-builder) from 0.6.6 to 0.6.7. - [Commits](https://github.com/liran-funaro/sphinx-markdown-builder/compare/0.6.6...0.6.7) --- updated-dependencies: - dependency-name: sphinx-markdown-builder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3a2d25d0c..63a113c93 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.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 = "alabaster" @@ -1589,13 +1589,13 @@ test = ["cython", "filelock", "html5lib", "pytest (>=4.6)"] [[package]] name = "sphinx-markdown-builder" -version = "0.6.6" +version = "0.6.7" description = "A Sphinx extension to add markdown generation support." optional = false python-versions = ">=3.7" files = [ - {file = "sphinx-markdown-builder-0.6.6.tar.gz", hash = "sha256:febd8e03e20e357e624c52efdc7ef9d5ab70d58549784158033c9657d040f44e"}, - {file = "sphinx_markdown_builder-0.6.6-py3-none-any.whl", hash = "sha256:e6fd4626c6daf1c25a464fd7d6d64e4a97e69abca1684fb2a12fba44cb6db363"}, + {file = "sphinx_markdown_builder-0.6.7-py3-none-any.whl", hash = "sha256:6d52b63d2b7b3504ca664773e805b0ee8957239f2ca86103e793d96103970839"}, + {file = "sphinx_markdown_builder-0.6.7.tar.gz", hash = "sha256:9623c8d5963e18b3733ec8335a48b58c3e556a96529b73e4c65113cabd8e8591"}, ] [package.dependencies] @@ -1604,7 +1604,7 @@ sphinx = ">=5.1.0" tabulate = "*" [package.extras] -dev = ["black", "bumpver", "coveralls", "flake8", "isort", "pip-tools", "pylint", "pytest", "pytest-cov", "sphinx (>=5.3.0)", "sphinx-needs", "sphinxcontrib-plantuml", "sphinxcontrib.httpdomain"] +dev = ["black", "bumpver", "coveralls", "flake8", "isort", "pip-tools", "pylint", "pytest", "pytest-cov", "sphinx (>=5.3.0)", "sphinxcontrib-plantuml", "sphinxcontrib.httpdomain"] [[package]] name = "sphinxcontrib-applehelp" @@ -1822,4 +1822,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2d70b95e64d08c42afed1fd9c63de0cb43e91bc2280e208bb9c6831e584f348c" +content-hash = "3665b1243d7f5f0908f051e0434e348921141f589dab29baf174b23f61658725" diff --git a/pyproject.toml b/pyproject.toml index f0ce9f900..ec9836097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest-xdist = "^3.5.0" pre-commit = "^3.5.0" pytest-rerunfailures = "^12.0" sphinx = "7.1.2" -sphinx-markdown-builder = "^0.6.6" +sphinx-markdown-builder = "^0.6.7" notifications-python-client = "^9.0.0" polling = "^0.3.2" playwright = "^1.45.0"