mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
chore(deps): update dependency pydocstyle to v6.1.0
This commit is contained in:
parent
a7f54bdfb9
commit
be795d763b
11
poetry.lock
generated
11
poetry.lock
generated
@ -389,7 +389,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||||
|
||||
[[package]]
|
||||
name = "pydocstyle"
|
||||
version = "6.0.0"
|
||||
version = "6.1.0"
|
||||
description = "Python docstring style checker"
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -398,6 +398,9 @@ python-versions = ">=3.6"
|
||||
[package.dependencies]
|
||||
snowballstemmer = "*"
|
||||
|
||||
[package.extras]
|
||||
toml = ["toml"]
|
||||
|
||||
[[package]]
|
||||
name = "pyflakes"
|
||||
version = "2.3.1"
|
||||
@ -616,7 +619,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6.0"
|
||||
content-hash = "c73e2597fd744ea0813f3b9463379fd3f692012b917d5f1dd787f03752ea541e"
|
||||
content-hash = "67eb2fb4d53d3d2b8e11a4b1582445baa8c12c69589994b2a001978043226147"
|
||||
|
||||
[metadata.files]
|
||||
atomicwrites = [
|
||||
@ -837,8 +840,8 @@ pycodestyle = [
|
||||
{file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"},
|
||||
]
|
||||
pydocstyle = [
|
||||
{file = "pydocstyle-6.0.0-py3-none-any.whl", hash = "sha256:d4449cf16d7e6709f63192146706933c7a334af7c0f083904799ccb851c50f6d"},
|
||||
{file = "pydocstyle-6.0.0.tar.gz", hash = "sha256:164befb520d851dbcf0e029681b91f4f599c62c5cd8933fd54b1bfbd50e89e1f"},
|
||||
{file = "pydocstyle-6.1.0-py3-none-any.whl", hash = "sha256:f598604f0ac0e2673686770487179d83c515b8d1c765a177968a863994c3c156"},
|
||||
{file = "pydocstyle-6.1.0.tar.gz", hash = "sha256:4efd008c5a77fd202ce7540d3e2de3f6787693657862e848552bb404e1e05a8a"},
|
||||
]
|
||||
pyflakes = [
|
||||
{file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"},
|
||||
|
@ -53,7 +53,7 @@ flake8-polyfill = "1.0.2"
|
||||
flake8-quotes = "3.2.0"
|
||||
pdoc3 = "0.9.2"
|
||||
pep8-naming = "0.11.1"
|
||||
pydocstyle = "6.0.0"
|
||||
pydocstyle = "6.1.0"
|
||||
pytest = "6.2.4"
|
||||
pytest-cov = "2.12.0"
|
||||
pytest-mock = "3.6.1"
|
||||
|
Loading…
Reference in New Issue
Block a user