From 6b5e6f5baebb9da3806db0bd154e9bdad65c7068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:01:45 +0100 Subject: [PATCH] Bump sphinx-click from 5.0.1 to 6.0.0 (#735) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7595f1dc..c566b83f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -1734,19 +1734,19 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-click" -version = "5.2.1" +version = "6.0.0" description = "Sphinx extension that automatically documents click applications" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_click-5.2.1-py3-none-any.whl", hash = "sha256:7aaa97bdce6fe315b3e719c085cd566e75470cbd91f1f6998b91213a09b8e7ec"}, - {file = "sphinx_click-5.2.1.tar.gz", hash = "sha256:a669773f76db05a3e04c163da91cd5e7db1a4761a6ea9eb074404a393094cde7"}, + {file = "sphinx_click-6.0.0-py3-none-any.whl", hash = "sha256:1e0a3c83bcb7c55497751b19d07ebe56b5d7b85eb76dd399cf9061b497adc317"}, + {file = "sphinx_click-6.0.0.tar.gz", hash = "sha256:f5d664321dc0c6622ff019f1e1c84e58ce0cecfddeb510e004cf60c2a3ab465b"}, ] [package.dependencies] -click = ">=7.0" +click = ">=8.0" docutils = "*" -sphinx = ">=2.0" +sphinx = ">=4.0" [[package]] name = "sphinx-rtd-theme" @@ -2087,4 +2087,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.18" -content-hash = "afc37474459279b517658a4cd16d9682581d1d059ea3fa656a82507a2f3d02ac" +content-hash = "971678ed323009da88fb8245e9923ea704c190ea8c4043f3d8fd2c6bf8934da5" diff --git a/pyproject.toml b/pyproject.toml index 8f23555d..c35e6944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pep8-naming = "^0.14.1" darglint = "^1.8.1" pre-commit-hooks = "^4.4.0" sphinx-rtd-theme = "^1.3.0" -sphinx-click = "^5.0.1" +sphinx-click = "^6.0.0" Pygments = "^2.15.0" types-requests = "^2.28.11" types-pytz = "^2023.3.0"