mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
chore(deps): update devdependencies (non-major)
This commit is contained in:
parent
c8d4ffdc81
commit
8a30b7d4fd
14
poetry.lock
generated
14
poetry.lock
generated
@ -234,7 +234,7 @@ pydocstyle = ">=2.1"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-eradicate"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
description = "Flake8 plugin to find commented out code"
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -243,7 +243,7 @@ python-versions = ">=3.6,<4.0"
|
||||
[package.dependencies]
|
||||
attrs = "*"
|
||||
eradicate = ">=2.0,<3.0"
|
||||
flake8 = ">=3.5,<4.0"
|
||||
flake8 = ">=3.5,<5"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-isort"
|
||||
@ -296,7 +296,7 @@ flake8 = "*"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-quotes"
|
||||
version = "3.3.0"
|
||||
version = "3.3.1"
|
||||
description = "Flake8 lint for quotes."
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -839,7 +839,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "0e8e5924d6c444d569511a77ff95564d64fd754ba10e80ce875b6bca6fed962d"
|
||||
content-hash = "40ce5995fd319109f02256cc2451fe29ba20163ef82713600b7bc282eda1648f"
|
||||
|
||||
[metadata.files]
|
||||
anyconfig = [
|
||||
@ -962,8 +962,8 @@ flake8-docstrings = [
|
||||
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
|
||||
]
|
||||
flake8-eradicate = [
|
||||
{file = "flake8-eradicate-1.1.0.tar.gz", hash = "sha256:f5917d6dbca352efcd10c15fdab9c55c48f0f26f6a8d47898b25d39101f170a8"},
|
||||
{file = "flake8_eradicate-1.1.0-py3-none-any.whl", hash = "sha256:d8e39b684a37c257a53cda817d86e2d96c9ba3450ddc292742623a5dfee04d9e"},
|
||||
{file = "flake8-eradicate-1.2.0.tar.gz", hash = "sha256:acaa1b6839ff00d284b805c432fdfa6047262bd15a5504ec945797e87b4de1fa"},
|
||||
{file = "flake8_eradicate-1.2.0-py3-none-any.whl", hash = "sha256:51dc660d0c1c1ed93af0f813540bbbf72ab2d3466c14e3f3bac371c618b6042f"},
|
||||
]
|
||||
flake8-isort = [
|
||||
{file = "flake8-isort-4.1.1.tar.gz", hash = "sha256:d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717"},
|
||||
@ -981,7 +981,7 @@ flake8-polyfill = [
|
||||
{file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"},
|
||||
]
|
||||
flake8-quotes = [
|
||||
{file = "flake8-quotes-3.3.0.tar.gz", hash = "sha256:f1dd87830ed77ff2ce47fc0ee0fd87ae20e8f045355354ffbf4dcaa18d528217"},
|
||||
{file = "flake8-quotes-3.3.1.tar.gz", hash = "sha256:633adca6fb8a08131536af0d750b44d6985b9aba46f498871e21588c3e6f525a"},
|
||||
]
|
||||
gitdb = [
|
||||
{file = "gitdb-4.0.7-py3-none-any.whl", hash = "sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0"},
|
||||
|
@ -62,12 +62,12 @@ flake8 = "3.9.2"
|
||||
flake8-blind-except = "0.2.0"
|
||||
flake8-builtins = "1.5.3"
|
||||
flake8-docstrings = "1.6.0"
|
||||
flake8-eradicate = "1.1.0"
|
||||
flake8-eradicate = "1.2.0"
|
||||
flake8-isort = "4.1.1"
|
||||
flake8-logging-format = "0.6.0"
|
||||
flake8-pep3101 = "1.3.0"
|
||||
flake8-polyfill = "1.0.2"
|
||||
flake8-quotes = "3.3.0"
|
||||
flake8-quotes = "3.3.1"
|
||||
pep8-naming = "0.12.1"
|
||||
pydocstyle = "6.1.1"
|
||||
pytest = "6.2.5"
|
||||
|
Loading…
Reference in New Issue
Block a user