diff --git a/poetry.lock b/poetry.lock index 7e48754..8e766f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1655,23 +1655,23 @@ test = ["cython (>=3.0)", "filelock", "html5lib", "pytest (>=4.6)", "setuptools [[package]] name = "sphinx-autodoc-typehints" -version = "1.25.2" +version = "1.25.3" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_autodoc_typehints-1.25.2-py3-none-any.whl", hash = "sha256:5ed05017d23ad4b937eab3bee9fae9ab0dd63f0b42aa360031f1fad47e47f673"}, - {file = "sphinx_autodoc_typehints-1.25.2.tar.gz", hash = "sha256:3cabc2537e17989b2f92e64a399425c4c8bf561ed73f087bc7414a5003616a50"}, + {file = "sphinx_autodoc_typehints-1.25.3-py3-none-any.whl", hash = "sha256:d3da7fa9a9761eff6ff09f8b1956ae3090a2d4f4ad54aebcade8e458d6340835"}, + {file = "sphinx_autodoc_typehints-1.25.3.tar.gz", hash = "sha256:70db10b391acf4e772019765991d2de0ff30ec0899b9ba137706dc0b3c4835e0"}, ] [package.dependencies] sphinx = ">=7.1.2" [package.extras] -docs = ["furo (>=2023.7.26)", "sphinx (>=7.1.2)"] +docs = ["furo (>=2023.9.10)"] numpy = ["nptyping (>=2.5)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.3)", "diff-cover (>=7.7)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.7.1)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "diff-cover (>=8.0.1)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.8)"] [[package]] name = "sphinxcontrib-applehelp" @@ -2095,4 +2095,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.4" -content-hash = "d8b5663e423a9ebb8ce1ce2363fb3294cfbb4978a9d5d278c5a7963c3fd2308f" +content-hash = "9ab7ec179ba8f246cdd79411876fe5ab4c2442931f65691713b6fdf80e5aa1e0" diff --git a/pyproject.toml b/pyproject.toml index 21685dc..7257bf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "os_credits" -version = "2.2.0" +version = "2.3.0" description = "" authors = ["gilbus", "ekatchko"] @@ -19,7 +19,7 @@ psycopg2 = "2.9.9" aiohttp-devtools = "1.1.2" pre-commit = "3.6.0" black = {version = "24.3.0",allow-prereleases = true} -sphinx-autodoc-typehints = "1.25.2" +sphinx-autodoc-typehints = "1.25.3" sphinx = "7.2.6" sphinxcontrib-trio = "1.1.2" lxml = "4.9.4"