aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 03c910ca..ec11554d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1693,13 +1693,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=6.0)", "setuptools
[[package]]
name = "sphinx-autodoc-typehints"
-version = "2.2.1"
+version = "2.2.3"
description = "Type hints (PEP 484) support for the Sphinx autodoc extension"
optional = false
python-versions = ">=3.9"
files = [
- {file = "sphinx_autodoc_typehints-2.2.1-py3-none-any.whl", hash = "sha256:ac37852861c58a5ca95be13d5a0f49f3661b5341eaf7de8531842135600aeb90"},
- {file = "sphinx_autodoc_typehints-2.2.1.tar.gz", hash = "sha256:26a81e6444c9b82a952519a3b7c52e45f14a0f81c91cfc7063cfcf2ca109d161"},
+ {file = "sphinx_autodoc_typehints-2.2.3-py3-none-any.whl", hash = "sha256:b7058e8c5831e5598afca1a78fda0695d3291388d954464a6e480c36198680c0"},
+ {file = "sphinx_autodoc_typehints-2.2.3.tar.gz", hash = "sha256:fde3d888949bd0a91207cf1e54afda58121dbb4bf1f183d0cc78a0826654c974"},
]
[package.dependencies]
@@ -2033,4 +2033,4 @@ fakeredis = ["fakeredis"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
-content-hash = "68bf83a001768eb569d6ff807a6707a600d085281f764d16452f264f71399b2d"
+content-hash = "1eacef50820e6e4f396f26b0a6ff5a2b248c5e9e038b8af551e7611aa1f6a2ba"
diff --git a/pyproject.toml b/pyproject.toml
index 362db929..78560141 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -53,7 +53,7 @@ pre-commit = "3.7.1"
[tool.poetry.group.doc.dependencies]
Sphinx = "7.3.7"
gitpython = "3.1.43"
-sphinx-autodoc-typehints = "2.2.1"
+sphinx-autodoc-typehints = "2.2.3"
furo = "2024.5.6"
six = "1.16.0"
releases = "2.1.1"