Merge pull request #131 from andrewthetechie/dependabot/pip/sphinx-click-4.0.3

Bump sphinx-click from 4.0.0 to 4.0.3
This commit is contained in:
Andrew
2022-04-21 15:32:59 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1028,7 +1028,7 @@ test = ["pytest", "pytest-cov"]
[[package]]
name = "sphinx-click"
version = "4.0.0"
version = "4.0.3"
description = "Sphinx extension that automatically documents click applications"
category = "dev"
optional = false
@@ -1265,7 +1265,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "03f15d44c8aab32834246062c29d61bfcf3099abc47ee8db07e9e345aec70b61"
content-hash = "6b490de8813937333fe6e3e13ac7e973ab9de2a78fa0dcb15bc3880b4a5f78a8"
[metadata.files]
alabaster = [
@@ -1847,8 +1847,8 @@ sphinx-autobuild = [
{file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"},
]
sphinx-click = [
{file = "sphinx-click-4.0.0.tar.gz", hash = "sha256:3650d80994d157b1dc18e62fefd4e93511178f9ce9d8afd80627b1b3e0210cab"},
{file = "sphinx_click-4.0.0-py3-none-any.whl", hash = "sha256:78b78d274e32ac663693c0af4e47d3254f4a5c41fef53ace6b443d9d0a3b0631"},
{file = "sphinx-click-4.0.3.tar.gz", hash = "sha256:a1aacf00cfe11550a2211014617c426a94af8638f1ce735b5d9998cccf1a1edb"},
{file = "sphinx_click-4.0.3-py3-none-any.whl", hash = "sha256:4c4b43386ff6304e47ae0467da9c980786eb3c1317cd6f488524c18931627c04"},
]
sphinxcontrib-applehelp = [
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},

View File

@@ -43,7 +43,7 @@ pep8-naming = "^0.12.1"
darglint = "^1.8.1"
reorder-python-imports = "^3.0.1"
pre-commit-hooks = "^4.2.0"
sphinx-click = "^4.0.0"
sphinx-click = "^4.0.3"
Pygments = "^2.11.2"
pyupgrade = "^2.32.0"
furo = ">=2021.11.12"