diff --git a/poetry.lock b/poetry.lock index 477f33d..dc58f67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -683,7 +683,7 @@ description = "Flake8 plugin to enforce the same lint configuration (flake8, iso name = "nitpick" optional = false python-versions = ">=3.5,<4.0" -version = "0.21.4" +version = "0.22.1" [package.dependencies] attrs = "*" @@ -1222,7 +1222,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "658532e403b1bef0e4e347d0eaa00120ddfa767d1bcbc54b655f6bc870eb42ce" +content-hash = "c55fc750e864314e4bc7fd499de9c4fb372d7cb448efa042918ef0ec2132ec7a" python-versions = "^3.6" [metadata.files] @@ -1492,8 +1492,8 @@ mypy-extensions = [ {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, ] nitpick = [ - {file = "nitpick-0.21.4-py3-none-any.whl", hash = "sha256:512aa47267b5292f52070c4f1718e0e679d6ff476d164da9c625d2613cad71f2"}, - {file = "nitpick-0.21.4.tar.gz", hash = "sha256:052135bf8599b42aa2950d80c0bb8bdeaf19491be45e0f5f308c922062318b7a"}, + {file = "nitpick-0.22.1-py3-none-any.whl", hash = "sha256:f876b4428a61c679865c4e81a794b7d9d7b269685c5b52afbc45acc41280fbfe"}, + {file = "nitpick-0.22.1.tar.gz", hash = "sha256:9754b0d647538aafce35d4a679bde3025d83ebc5059e68bac4df93f4df0ef192"}, ] packaging = [ {file = "packaging-20.3-py2.py3-none-any.whl", hash = "sha256:82f77b9bee21c1bafbf35a84905d604d5d1223801d639cf3ed140bd651c08752"}, diff --git a/pyproject.toml b/pyproject.toml index 9f259a2..9e8ac54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,6 @@ pytest = "^5.4" mypy = "^0.770" wemake-python-styleguide = "^0.13.4" flake8-pytest-style = "^1.0.0" -nitpick = "^0.21.4" +nitpick = "^0.22.1" safety = "^1.8"