From 01d55469e4f80890367abb542956d8b489ccd605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 02:11:17 +0000 Subject: [PATCH] build(deps): Bump sphinx-autoapi from 1.9.0 to 2.1.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 1.9.0 to 2.1.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v1.9.0...v2.1.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 36 ++++++++++++++++++------------------ pyproject.toml | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index e419d4f7..b6eb87fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -22,6 +22,17 @@ files = [ {file = "annotated_types-0.6.0.tar.gz", hash = "sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d"}, ] +[[package]] +name = "anyascii" +version = "0.3.2" +description = "Unicode to ASCII transliteration" +optional = false +python-versions = ">=3.3" +files = [ + {file = "anyascii-0.3.2-py3-none-any.whl", hash = "sha256:3b3beef6fc43d9036d3b0529050b0c48bfad8bc960e9e562d7223cfb94fe45d4"}, + {file = "anyascii-0.3.2.tar.gz", hash = "sha256:9d5d32ef844fe225b8bc7cba7f950534fae4da27a9bf3a6bea2cb0ea46ce4730"}, +] + [[package]] name = "appnope" version = "0.1.2" @@ -2775,24 +2786,24 @@ test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"] [[package]] name = "sphinx-autoapi" -version = "1.9.0" +version = "2.1.1" description = "Sphinx API documentation generator" optional = false python-versions = ">=3.7" files = [ - {file = "sphinx-autoapi-1.9.0.tar.gz", hash = "sha256:c897ea337df16ad0cde307cbdfe2bece207788dde1587fa4fc8b857d1fc5dcba"}, - {file = "sphinx_autoapi-1.9.0-py2.py3-none-any.whl", hash = "sha256:d217953273b359b699d8cb81a5a72985a3e6e15cfe3f703d9a3c201ffc30849b"}, + {file = "sphinx-autoapi-2.1.1.tar.gz", hash = "sha256:fbadb96e79020d6b0ec45d888517bf816d6b587a2d340fbe1ec31135e300a6c8"}, + {file = "sphinx_autoapi-2.1.1-py2.py3-none-any.whl", hash = "sha256:d8da890477bd18e3327cafdead9d5a44a7d798476c6fa32492100e288250a5a3"}, ] [package.dependencies] +anyascii = "*" astroid = ">=2.7" Jinja2 = "*" PyYAML = "*" -sphinx = ">=3.0" -unidecode = "*" +sphinx = ">=5.2.0" [package.extras] -docs = ["sphinx", "sphinx-rtd-theme"] +docs = ["furo", "sphinx", "sphinx-design"] dotnet = ["sphinxcontrib-dotnetdomain"] go = ["sphinxcontrib-golangdomain"] @@ -3173,17 +3184,6 @@ files = [ {file = "typing_extensions-4.9.0.tar.gz", hash = "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"}, ] -[[package]] -name = "unidecode" -version = "1.3.3" -description = "ASCII transliterations of Unicode text" -optional = false -python-versions = ">=3.5" -files = [ - {file = "Unidecode-1.3.3-py3-none-any.whl", hash = "sha256:a5a8a4b6fb033724ffba8502af2e65ca5bfc3dd53762dedaafe4b0134ad42e3c"}, - {file = "Unidecode-1.3.3.tar.gz", hash = "sha256:8521f2853fd250891dc27d156a9d30e61c4e76319da963c4a1c27083a909ac30"}, -] - [[package]] name = "urllib3" version = "1.26.18" @@ -3413,4 +3413,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.10,<3.11" -content-hash = "725af2f86ee272ddb0dcaf3fdc404e73746be2adbe2c4d158cd2c206f3557a56" +content-hash = "7b3f084976cded856a2493a62a77296066da53f15699fc080da6b2328ef140bb" diff --git a/pyproject.toml b/pyproject.toml index 440c48f6..483f37db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ myst-parser = { version = "^0.18.1", optional = true} pygments = { version = "^2.17.2", optional = true} python-dotenv = { version = "^0.21.0", optional = true} sphinx = { version = "^5.3.0", optional = true} -sphinx-autoapi = { version = "^1.9.0", optional = true} +sphinx-autoapi = { version = "^2.1.1", optional = true} sphinx-rtd-theme = { version = "^1.1.1", optional = true} sphinxcontrib-confluencebuilder = { version = "^1.9.0", optional = true} types-emoji = { version = "^2.1.0", optional = true} # PEP 561 compliant stub package for mypy @@ -84,7 +84,7 @@ importlib-metadata = "^4.13.0" myst-parser = "^0.18.1" pygments = "^2.17.2" sphinx = "^5.3.0" -sphinx-autoapi = "^1.9.0" +sphinx-autoapi = "^2.1.1" sphinx-rtd-theme = "^1.1.1" types-emoji = "^2.1.0" # PEP 561 compliant stub package for mypy #################################################################################