From f7cb7beedaaad5211aceb0128ad28bd594d50abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 14:17:02 +0000 Subject: [PATCH] Bump sphinx-click from 4.2.0 to 4.4.0 in /docs Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/4.2.0...4.4.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c550fd..50ed064 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==5.0.2 -sphinx-click==4.2.0 +sphinx-click==4.4.0 sphinxcontrib_bibtex==2.4.2 furo==2022.6.21