Merge pull request #118 from andrewthetechie/dependabot/pip/sphinx-click-4.0.0

Bump sphinx-click from 3.1.0 to 4.0.0
This commit is contained in:
Andrew
2022-04-09 20:58:30 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1023,11 +1023,11 @@ test = ["pytest", "pytest-cov"]
[[package]]
name = "sphinx-click"
version = "3.1.0"
version = "4.0.0"
description = "Sphinx extension that automatically documents click applications"
category = "dev"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
[package.dependencies]
click = ">=7.0"
@@ -1260,7 +1260,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "19075d1e91a751c1ea39c82031432a6784b87b53c869a09168ef3f179e54a593"
content-hash = "db331d5db9e67699dce44337290640260cfd8e49216eeaf09fceb9294de8b141"
[metadata.files]
alabaster = [
@@ -1841,8 +1841,8 @@ sphinx-autobuild = [
{file = "sphinx_autobuild-2021.3.14-py3-none-any.whl", hash = "sha256:8fe8cbfdb75db04475232f05187c776f46f6e9e04cacf1e49ce81bdac649ccac"},
]
sphinx-click = [
{file = "sphinx-click-3.1.0.tar.gz", hash = "sha256:36dbf271b1d2600fb05bd598ddeed0b6b6acf35beaf8bc9d507ba7716b232b0e"},
{file = "sphinx_click-3.1.0-py3-none-any.whl", hash = "sha256:8fb0b048a577d346d741782e44d041d7e908922858273d99746f305870116121"},
{file = "sphinx-click-4.0.0.tar.gz", hash = "sha256:3650d80994d157b1dc18e62fefd4e93511178f9ce9d8afd80627b1b3e0210cab"},
{file = "sphinx_click-4.0.0-py3-none-any.whl", hash = "sha256:78b78d274e32ac663693c0af4e47d3254f4a5c41fef53ace6b443d9d0a3b0631"},
]
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 = "^3.1.0"
sphinx-click = "^4.0.0"
Pygments = "^2.11.2"
pyupgrade = "^2.32.0"
furo = ">=2021.11.12"