mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
chore(deps): update dependency pdoc3 to v0.10.0
This commit is contained in:
parent
9bf1beac02
commit
5cecf1dfc7
8
poetry.lock
generated
8
poetry.lock
generated
@ -337,11 +337,11 @@ python-versions = ">=2.6"
|
||||
|
||||
[[package]]
|
||||
name = "pdoc3"
|
||||
version = "0.9.2"
|
||||
version = "0.10.0"
|
||||
description = "Auto-generate API documentation for Python projects."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">= 3.5"
|
||||
python-versions = ">= 3.6"
|
||||
|
||||
[package.dependencies]
|
||||
mako = "*"
|
||||
@ -622,7 +622,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6.0"
|
||||
content-hash = "563f1e205c39c25b386655a9e38dd1f779ba8f237d0d3700c9d10af544c99a3d"
|
||||
content-hash = "df4d646efe5a78f927bd0d928ebabe7c8e80e7655014749f1f4667ed7235ebc6"
|
||||
|
||||
[metadata.files]
|
||||
atomicwrites = [
|
||||
@ -824,7 +824,7 @@ pbr = [
|
||||
{file = "pbr-5.6.0.tar.gz", hash = "sha256:42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd"},
|
||||
]
|
||||
pdoc3 = [
|
||||
{file = "pdoc3-0.9.2.tar.gz", hash = "sha256:9df5d931f25f353c69c46819a3bd03ef96dd286f2a70bb1b93a23a781f91faa1"},
|
||||
{file = "pdoc3-0.10.0.tar.gz", hash = "sha256:5f22e7bcb969006738e1aa4219c75a32f34c2d62d46dc9d2fb2d3e0b0287e4b7"},
|
||||
]
|
||||
pep8-naming = [
|
||||
{file = "pep8-naming-0.12.0.tar.gz", hash = "sha256:1f9a3ecb2f3fd83240fd40afdd70acc89695c49c333413e49788f93b61827e12"},
|
||||
|
@ -51,7 +51,7 @@ flake8-logging-format = "0.6.0"
|
||||
flake8-pep3101 = "1.3.0"
|
||||
flake8-polyfill = "1.0.2"
|
||||
flake8-quotes = "3.2.0"
|
||||
pdoc3 = "0.9.2"
|
||||
pdoc3 = "0.10.0"
|
||||
pep8-naming = "0.12.0"
|
||||
pydocstyle = "6.1.1"
|
||||
pytest = "6.2.4"
|
||||
|
Loading…
Reference in New Issue
Block a user