From f9f0b8c76c7bd47acdc605453864c40a31cda7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:27:57 +0000 Subject: [PATCH] chore(deps): bump sphinxcontrib-apidoc from 0.3.0 to 0.4.0 Bumps [sphinxcontrib-apidoc](https://github.com/sphinx-contrib/apidoc) from 0.3.0 to 0.4.0. - [Commits](https://github.com/sphinx-contrib/apidoc/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: sphinxcontrib-apidoc dependency-type: direct:production update-type: version-update:semver-minor ... 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 3f0cbf3..fd7cbbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2378,18 +2378,18 @@ dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"] [[package]] name = "sphinxcontrib-apidoc" -version = "0.3.0" +version = "0.4.0" description = "A Sphinx extension for running 'sphinx-apidoc' on each build" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "sphinxcontrib-apidoc-0.3.0.tar.gz", hash = "sha256:729bf592cf7b7dd57c4c05794f732dc026127275d785c2a5494521fdde773fb9"}, - {file = "sphinxcontrib_apidoc-0.3.0-py2.py3-none-any.whl", hash = "sha256:6671a46b2c6c5b0dca3d8a147849d159065e50443df79614f921b42fbd15cb09"}, + {file = "sphinxcontrib-apidoc-0.4.0.tar.gz", hash = "sha256:fe59d15882472aa93c2737afbdea6bedb34ce35cbd34aa4947909f5df1500aad"}, + {file = "sphinxcontrib_apidoc-0.4.0-py3-none-any.whl", hash = "sha256:18b9fb0cd4816758ec5f8be41c64f8924991dd40fd7b10e666ec9eed2800baff"}, ] [package.dependencies] pbr = "*" -Sphinx = ">=1.6.0" +Sphinx = ">=5.0.0" [[package]] name = "sphinxcontrib-applehelp" @@ -2920,4 +2920,4 @@ tests = ["aiohttp", "gensim", "nest-asyncio", "nest_asyncio", "numpy", "pandas", [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "59163b8e3a34f97d932731319da6ae59c34a4a350dace65db2e1ddbc63e9e495" +content-hash = "501abd2a3bf5da2869eafc4f80560f8746bd50377c111fe90fd66baf95bafcaf" diff --git a/pyproject.toml b/pyproject.toml index cd4fd59..30c7b78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ pytest-cov = "^4.0.0" sphinx = ">=5.2.3,<8.0.0" sphinx-autodoc-typehints = "^1.19.2" sphinx-rtd-theme = "^1.0.0" -sphinxcontrib-apidoc = "^0.3.0" +sphinxcontrib-apidoc = ">=0.3,<0.5" towncrier = "^22.12.0" tox = "^4.4.6" types-attrs = "^19.1.0"