From 81ecbf5ae18bc216f34d47e6fd0b11aaac20ed08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:29:55 +0000 Subject: [PATCH] Bump sphinx-click from 4.4.0 to 5.1.0 Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 4.4.0 to 5.1.0. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/4.4.0...5.1.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e5f54f5e..a1a36f53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2483,13 +2483,13 @@ Sphinx = ">=2.0.0" [[package]] name = "sphinx-click" -version = "4.4.0" +version = "5.1.0" description = "Sphinx extension that automatically documents click applications" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "sphinx-click-4.4.0.tar.gz", hash = "sha256:cc67692bd28f482c7f01531c61b64e9d2f069bfcf3d24cbbb51d4a84a749fa48"}, - {file = "sphinx_click-4.4.0-py3-none-any.whl", hash = "sha256:2821c10a68fc9ee6ce7c92fad26540d8d8c8f45e6d7258f0e4fb7529ae8fab49"}, + {file = "sphinx-click-5.1.0.tar.gz", hash = "sha256:6812c2db62d3fae71a4addbe5a8a0a16c97eb491f3cd63fe34b4ed7e07236f33"}, + {file = "sphinx_click-5.1.0-py3-none-any.whl", hash = "sha256:ae97557a4e9ec646045089326c3b90e026c58a45e083b8f35f17d5d6558d08a0"}, ] [package.dependencies] @@ -2925,4 +2925,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">= 3.8,<4.0" -content-hash = "790356ae5cce3c3c4c352a1dbac5e982fd24c025fc031f10393062a562058d7c" +content-hash = "c6301dbe8c8c069c9d1385427dd1c14c6009330a3661b9a5ea19734fdb588f19" diff --git a/pyproject.toml b/pyproject.toml index bcecc52a..6b14a3f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ optional = true sphinx_celery = ">=2.0.0" Sphinx = "==7.1.2" sphinx-testing = "~1.0.1" -sphinx-click = "==4.4.0" +sphinx-click = "==5.1.0" [tool.poetry.plugins.pytest11] celery = "pytest_celery.plugin"