Merge pull request #40 from sartography/dependabot/pip/sphinx-click-4.3.0
Bump sphinx-click from 4.2.0 to 4.3.0
This commit is contained in:
commit
56a9fd311b
|
@ -1637,7 +1637,7 @@ docs = ["furo", "myst-parser", "sphinx-copybutton", "sphinx-inline-tabs", "ipyth
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sphinx-click"
|
name = "sphinx-click"
|
||||||
version = "4.2.0"
|
version = "4.3.0"
|
||||||
description = "Sphinx extension that automatically documents click applications"
|
description = "Sphinx extension that automatically documents click applications"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -2026,7 +2026,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "bc05bc6db103f1d2293c0d543d16b5765b833aff0c37ca1810aba82324475b31"
|
content-hash = "2bfa202a8086034fa4d21d0d16149cef5f03813b3dbc334fbab73544212292c4"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
alabaster = [
|
alabaster = [
|
||||||
|
@ -3062,8 +3062,8 @@ sphinx-basic-ng = [
|
||||||
{file = "sphinx_basic_ng-0.0.1a11.tar.gz", hash = "sha256:bf9a8fda0379c7d2ab51c9543f2b18e014b77fb295b49d64f3c1a910c863b34f"},
|
{file = "sphinx_basic_ng-0.0.1a11.tar.gz", hash = "sha256:bf9a8fda0379c7d2ab51c9543f2b18e014b77fb295b49d64f3c1a910c863b34f"},
|
||||||
]
|
]
|
||||||
sphinx-click = [
|
sphinx-click = [
|
||||||
{file = "sphinx-click-4.2.0.tar.gz", hash = "sha256:8429705474ebb009de5603c35b6a7bfe8501dbdb12d847cbb01f18277d4b7d9a"},
|
{file = "sphinx-click-4.3.0.tar.gz", hash = "sha256:bd4db5d3c1bec345f07af07b8e28a76cfc5006d997984e38ae246bbf8b9a3b38"},
|
||||||
{file = "sphinx_click-4.2.0-py3-none-any.whl", hash = "sha256:3ba8c97a40deaf09245c540accc4ac5c1d2942eaed0fa598403cdbf04a9cf95f"},
|
{file = "sphinx_click-4.3.0-py3-none-any.whl", hash = "sha256:23e85a3cb0b728a421ea773699f6acadefae171d1a764a51dd8ec5981503ccbe"},
|
||||||
]
|
]
|
||||||
sphinxcontrib-applehelp = [
|
sphinxcontrib-applehelp = [
|
||||||
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
|
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
|
||||||
|
|
|
@ -73,7 +73,7 @@ pep8-naming = "^0.13.0"
|
||||||
darglint = "^1.8.1"
|
darglint = "^1.8.1"
|
||||||
reorder-python-imports = "^3.3.0"
|
reorder-python-imports = "^3.3.0"
|
||||||
pre-commit-hooks = "^4.0.1"
|
pre-commit-hooks = "^4.0.1"
|
||||||
sphinx-click = "^4.0.3"
|
sphinx-click = "^4.3.0"
|
||||||
Pygments = "^2.10.0"
|
Pygments = "^2.10.0"
|
||||||
pyupgrade = "^2.29.1"
|
pyupgrade = "^2.29.1"
|
||||||
furo = ">=2021.11.12"
|
furo = ">=2021.11.12"
|
||||||
|
|
Loading…
Reference in New Issue