mirror of
https://github.com/thegeeklab/certbot-dns-corenetworks.git
synced 2024-11-21 20:40:38 +00:00
chore(deps): update dependency pydocstyle to v6 (#12)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
361d70c709
commit
3353e2795d
10
poetry.lock
generated
10
poetry.lock
generated
@ -535,11 +535,11 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pydocstyle"
|
name = "pydocstyle"
|
||||||
version = "5.1.1"
|
version = "6.0.0"
|
||||||
description = "Python docstring style checker"
|
description = "Python docstring style checker"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.5"
|
python-versions = ">=3.6"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
snowballstemmer = "*"
|
snowballstemmer = "*"
|
||||||
@ -905,7 +905,7 @@ test = ["zope.security", "zope.testrunner"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6.0"
|
python-versions = "^3.6.0"
|
||||||
content-hash = "8fef1a110216796115f0e6152a441846f1aa596107da2e1a0ef650084310be99"
|
content-hash = "7847dbfaa4f6c4b787542106e228f1d2cdb75287461c3995215180f028889c31"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
acme = [
|
acme = [
|
||||||
@ -1177,8 +1177,8 @@ pycparser = [
|
|||||||
{file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"},
|
{file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"},
|
||||||
]
|
]
|
||||||
pydocstyle = [
|
pydocstyle = [
|
||||||
{file = "pydocstyle-5.1.1-py3-none-any.whl", hash = "sha256:aca749e190a01726a4fb472dd4ef23b5c9da7b9205c0a7857c06533de13fd678"},
|
{file = "pydocstyle-6.0.0-py3-none-any.whl", hash = "sha256:d4449cf16d7e6709f63192146706933c7a334af7c0f083904799ccb851c50f6d"},
|
||||||
{file = "pydocstyle-5.1.1.tar.gz", hash = "sha256:19b86fa8617ed916776a11cd8bc0197e5b9856d5433b777f51a3defe13075325"},
|
{file = "pydocstyle-6.0.0.tar.gz", hash = "sha256:164befb520d851dbcf0e029681b91f4f599c62c5cd8933fd54b1bfbd50e89e1f"},
|
||||||
]
|
]
|
||||||
pyflakes = [
|
pyflakes = [
|
||||||
{file = "pyflakes-2.2.0-py2.py3-none-any.whl", hash = "sha256:0d94e0e05a19e57a99444b6ddcf9a6eb2e5c68d3ca1e98e90707af8152c90a92"},
|
{file = "pyflakes-2.2.0-py2.py3-none-any.whl", hash = "sha256:0d94e0e05a19e57a99444b6ddcf9a6eb2e5c68d3ca1e98e90707af8152c90a92"},
|
||||||
|
@ -60,7 +60,7 @@ flake8-polyfill = "^1.0.2"
|
|||||||
flake8-quotes = "^3.2.0"
|
flake8-quotes = "^3.2.0"
|
||||||
mock = "^4.0.3"
|
mock = "^4.0.3"
|
||||||
pep8-naming = "^0.11.1"
|
pep8-naming = "^0.11.1"
|
||||||
pydocstyle = "^5.1.1"
|
pydocstyle = "^6.0.0"
|
||||||
pytest = "^6.2.1"
|
pytest = "^6.2.1"
|
||||||
pytest-cov = "^2.10.1"
|
pytest-cov = "^2.10.1"
|
||||||
pytest-mock = "^3.4.0"
|
pytest-mock = "^3.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user