mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-25 05:30:39 +00:00
chore(deps): update dependency pydocstyle to v6.2.3
This commit is contained in:
parent
6929c94a3a
commit
1219aaa1c7
13
poetry.lock
generated
13
poetry.lock
generated
@ -771,21 +771,22 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pydocstyle"
|
name = "pydocstyle"
|
||||||
version = "6.1.1"
|
version = "6.2.3"
|
||||||
description = "Python docstring style checker"
|
description = "Python docstring style checker"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.6"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
{file = "pydocstyle-6.1.1-py3-none-any.whl", hash = "sha256:6987826d6775056839940041beef5c08cc7e3d71d63149b48e36727f70144dc4"},
|
{file = "pydocstyle-6.2.3-py3-none-any.whl", hash = "sha256:a04ed1e6fe0be0970eddbb1681a7ab59b11eb92729fdb4b9b24f0eb11a25629e"},
|
||||||
{file = "pydocstyle-6.1.1.tar.gz", hash = "sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc"},
|
{file = "pydocstyle-6.2.3.tar.gz", hash = "sha256:d867acad25e48471f2ad8a40ef9813125e954ad675202245ca836cb6e28b2297"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
snowballstemmer = "*"
|
importlib-metadata = {version = ">=2.0.0,<5.0.0", markers = "python_version < \"3.8\""}
|
||||||
|
snowballstemmer = ">=2.2.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
toml = ["toml"]
|
toml = ["tomli (>=1.2.3)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pyflakes"
|
name = "pyflakes"
|
||||||
@ -1423,4 +1424,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "03245425cecda6fce50c3fdc1053af87be925788e18accff291c34c3d3f8bfd7"
|
content-hash = "0c76695c51a8d3eef5216df856ebe504ae684935516af5346f2c195f60b9ff24"
|
||||||
|
@ -70,7 +70,7 @@ flake8-pep3101 = "2.0.0"
|
|||||||
flake8-polyfill = "1.0.2"
|
flake8-polyfill = "1.0.2"
|
||||||
flake8-quotes = "3.3.2"
|
flake8-quotes = "3.3.2"
|
||||||
pep8-naming = "0.13.3"
|
pep8-naming = "0.13.3"
|
||||||
pydocstyle = "6.1.1"
|
pydocstyle = "6.2.3"
|
||||||
pytest = "7.2.0"
|
pytest = "7.2.0"
|
||||||
pytest-cov = "4.0.0"
|
pytest-cov = "4.0.0"
|
||||||
pytest-mock = "3.10.0"
|
pytest-mock = "3.10.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user