chore(deps-dev): bump nitpick from 0.28.0 to 0.29.0 (#114)

Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/andreoliwa/nitpick/releases)
- [Changelog](https://github.com/andreoliwa/nitpick/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/andreoliwa/nitpick/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: nitpick
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-07 18:28:25 -08:00 committed by GitHub
parent b632788fa7
commit 8ec8826313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -761,7 +761,7 @@ python-versions = "*"
[[package]]
name = "nitpick"
version = "0.28.0"
version = "0.29.0"
description = "Enforce the same settings across multiple language-independent projects"
category = "dev"
optional = false
@ -1408,7 +1408,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
lock-version = "1.1"
python-versions = "^3.6.2"
content-hash = "6aae11f6864c019d770a32ebf40d7fdb32c521c26091b30f959e1aff92321895"
content-hash = "0a3a94ee60e4a09a5a111a577c15c86e64f1e9f0f8224aece49b79699d64dfd1"
[metadata.files]
aiocontextvars = [
@ -1814,8 +1814,8 @@ mypy-extensions = [
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
]
nitpick = [
{file = "nitpick-0.28.0-py3-none-any.whl", hash = "sha256:93ff80ee9ead995e09480f64832d3dab990575238e9aaf829f8b8aad038ad1fd"},
{file = "nitpick-0.28.0.tar.gz", hash = "sha256:99b5b1efc6856dcc5a898f0215cbd5f3422a84d2e4044996a1b8a97e5b835c23"},
{file = "nitpick-0.29.0-py3-none-any.whl", hash = "sha256:d3f4677aaa5bd3a9bb83bf967555400aad2493694b2550f265010016e5365ae2"},
{file = "nitpick-0.29.0.tar.gz", hash = "sha256:7b3acb6079a62492000fb7f6e3eea549d5b91b391da121839bc0164a7d2eac6a"},
]
packaging = [
{file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"},

View file

@ -65,7 +65,7 @@ mypy = "^0.910"
wemake-python-styleguide = "^0.15"
flake8-pytest-style = "^1.5"
nitpick = "^0.28"
nitpick = "^0.29"
safety = "^1.10"