From 222ff95ae0154a7292e1ff15ba00743be3d2e10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:03:48 +0000 Subject: [PATCH] build(deps): update sphinxcontrib-spelling requirement Updates the requirements on [sphinxcontrib-spelling](https://github.com/sphinx-contrib/spelling) to permit the latest version. - [Release notes](https://github.com/sphinx-contrib/spelling/releases) - [Commits](https://github.com/sphinx-contrib/spelling/compare/7.7.0...8.0.0) --- updated-dependencies: - dependency-name: sphinxcontrib-spelling 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..dfc7cab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ [tool.poetry.dependencies.sphinxcontrib-spelling] optional = true - version = "^7.7.0" + version = "^8.0.0" [tool.poetry.dev-dependencies] darglint = "^1.8.1"