From 7cd9f2117430aa5e217666fee5bb06221fb09edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:34:28 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.18.3 to 1.19.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.18.3 to 1.19.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.18.3...1.19.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c410317a8..963ac2711 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1362,7 +1362,7 @@ test = ["pytest (>=4.6)", "html5lib", "cython", "typed-ast"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.18.3" +version = "1.19.1" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "dev" optional = false @@ -1663,7 +1663,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "54ed46010fc13c3faf29e266939fd3a788bbe8fa4dd545430366d4b5d06f921a" +content-hash = "0c3c4a81ce41a6e9b7aa6d86c8e9e598dc9127fb4a637c20c7975f5329d8a8ce" [metadata.files] alabaster = [ @@ -2385,8 +2385,8 @@ sphinx = [ {file = "Sphinx-5.0.2.tar.gz", hash = "sha256:b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0"}, ] sphinx-autodoc-typehints = [ - {file = "sphinx_autodoc_typehints-1.18.3-py3-none-any.whl", hash = "sha256:20294de2a818bda04953c5cb302ec5af46138c81980ad9efa6d8fc1fc4242518"}, - {file = "sphinx_autodoc_typehints-1.18.3.tar.gz", hash = "sha256:c04d8f8d70e988960e25b206af39a90df84e7e2c085bb24e123bc3684021b313"}, + {file = "sphinx_autodoc_typehints-1.19.1-py3-none-any.whl", hash = "sha256:9be46aeeb1b315eb5df1f3a7cb262149895d16c7d7dcd77b92513c3c3a1e85e6"}, + {file = "sphinx_autodoc_typehints-1.19.1.tar.gz", hash = "sha256:6c841db55e0e9be0483ff3962a2152b60e79306f4288d8c4e7e86ac84486a5ea"}, ] sphinx-hoverxref = [ {file = "sphinx-hoverxref-1.1.3.tar.gz", hash = "sha256:3d4d764a253e3dae759de4f5429d4e364e02fc423a455a392b648089be311c0a"}, diff --git a/pyproject.toml b/pyproject.toml index 2501e45c1..e051165ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ pytest-subtests = "^0.8" hypothesis = "^6.54" sphinx = "^5.0" -sphinx-autodoc-typehints = "^1.18" +sphinx-autodoc-typehints = "^1.19" sphinxcontrib-mermaid = "0.7.1" sphinx-typlog-theme = "^0.8" sphinx-hoverxref = "^1.1"