From 15994abeefdbc45842f0cc9555643909e31abc40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:05:15 +0000 Subject: [PATCH] build(deps): update sphinx-click requirement from ^3.0.2 to ^4.4.0 Updates the requirements on [sphinx-click](https://github.com/click-contrib/sphinx-click) to permit the latest version. - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](https://github.com/click-contrib/sphinx-click/compare/3.0.2...4.4.0) --- updated-dependencies: - dependency-name: sphinx-click dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78fee79..0e705a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ [tool.poetry.dependencies.sphinx-click] optional = true - version = "^3.0.2" + version = "^4.4.0" [tool.poetry.dependencies.sphinx-jsonschema] optional = true