From 5e7f3b3b9342121e7d0f0c4b3e671ea88e6c09e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:55:50 +0000 Subject: [PATCH 1/2] build(deps-dev): Bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). Updates `sphinx` from 6.2.1 to 7.1.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.1.2/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.2.1...v7.1.2) Updates `sphinx-autodoc-typehints` from 1.23.0 to 2.0.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.23.0...2.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 26 +++++++++++++------------- pyproject.toml | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/poetry.lock b/poetry.lock index 60da23e..89e77a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1026,20 +1026,20 @@ files = [ [[package]] name = "sphinx" -version = "6.2.1" +version = "7.1.2" description = "Python documentation generator" optional = false python-versions = ">=3.8" files = [ - {file = "Sphinx-6.2.1.tar.gz", hash = "sha256:6d56a34697bb749ffa0152feafc4b19836c755d90a7c59b72bc7dfd371b9cc6b"}, - {file = "sphinx-6.2.1-py3-none-any.whl", hash = "sha256:97787ff1fa3256a3eef9eda523a63dbf299f7b47e053cfcf684a1c2a8380c912"}, + {file = "sphinx-7.1.2-py3-none-any.whl", hash = "sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe"}, + {file = "sphinx-7.1.2.tar.gz", hash = "sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f"}, ] [package.dependencies] alabaster = ">=0.7,<0.8" babel = ">=2.9" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} -docutils = ">=0.18.1,<0.20" +docutils = ">=0.18.1,<0.21" imagesize = ">=1.3" importlib-metadata = {version = ">=4.8", markers = "python_version < \"3.10\""} Jinja2 = ">=3.0" @@ -1080,22 +1080,22 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.23.0" +version = "2.0.1" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "sphinx_autodoc_typehints-1.23.0-py3-none-any.whl", hash = "sha256:ac099057e66b09e51b698058ba7dd76e57e1fe696cd91b54e121d3dad188f91d"}, - {file = "sphinx_autodoc_typehints-1.23.0.tar.gz", hash = "sha256:5d44e2996633cdada499b6d27a496ddf9dbc95dd1f0f09f7b37940249e61f6e9"}, + {file = "sphinx_autodoc_typehints-2.0.1-py3-none-any.whl", hash = "sha256:f73ae89b43a799e587e39266672c1075b2ef783aeb382d3ebed77c38a3fc0149"}, + {file = "sphinx_autodoc_typehints-2.0.1.tar.gz", hash = "sha256:60ed1e3b2c970acc0aa6e877be42d48029a9faec7378a17838716cacd8c10b12"}, ] [package.dependencies] -sphinx = ">=5.3" +sphinx = ">=7.1.2" [package.extras] -docs = ["furo (>=2022.12.7)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.23.4)"] -testing = ["covdefaults (>=2.2.2)", "coverage (>=7.2.2)", "diff-cover (>=7.5)", "nptyping (>=2.5)", "pytest (>=7.2.2)", "pytest-cov (>=4)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.5)"] -type-comment = ["typed-ast (>=1.5.4)"] +docs = ["furo (>=2024.1.29)"] +numpy = ["nptyping (>=2.5)"] +testing = ["covdefaults (>=2.3)", "coverage (>=7.4.2)", "diff-cover (>=8.0.3)", "pytest (>=8.0.1)", "pytest-cov (>=4.1)", "sphobjinv (>=2.3.1)", "typing-extensions (>=4.9)"] [[package]] name = "sphinx-basic-ng" @@ -1415,4 +1415,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d3d91f9afbf3174612104b221459b1ce8d218ddb7b73d5012bae670de1cfc6ce" +content-hash = "454f83dc88ec622e2f2c6f2edeae9b345100caf9583cff40def714f88af48894" diff --git a/pyproject.toml b/pyproject.toml index 971416c..e45aac8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,9 +100,9 @@ mypy = "^1.11.1" [tool.poetry.group.docs.dependencies] furo = "^2024.8.6" -sphinx = "^6.2.1" +sphinx = ">=6.2.1,<8.0.0" sphinx-autobuild = "^2021.3.14" -sphinx-autodoc-typehints = "^1.22" +sphinx-autodoc-typehints = ">=1.22,<3.0" sphinx-copybutton = "^0.5.2" sphinxext-opengraph = "^0.7.5" From 6b0e99bfb7b6206ad99067284fe4834ab715ac9b Mon Sep 17 00:00:00 2001 From: Igor Davydenko Date: Wed, 14 Aug 2024 17:59:52 +0200 Subject: [PATCH 2/2] build: Use careted versions --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 89e77a8..e5f5788 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1415,4 +1415,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "454f83dc88ec622e2f2c6f2edeae9b345100caf9583cff40def714f88af48894" +content-hash = "f5a0f4ef3418dd777258fd9a900e52c64969144c9e81a44a69a33886ee2d7209" diff --git a/pyproject.toml b/pyproject.toml index e45aac8..6a95e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,9 +100,9 @@ mypy = "^1.11.1" [tool.poetry.group.docs.dependencies] furo = "^2024.8.6" -sphinx = ">=6.2.1,<8.0.0" +sphinx = "^7.1.2" sphinx-autobuild = "^2021.3.14" -sphinx-autodoc-typehints = ">=1.22,<3.0" +sphinx-autodoc-typehints = "^2.0.1" sphinx-copybutton = "^0.5.2" sphinxext-opengraph = "^0.7.5"