mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-21 07:31:01 +00:00
chore(deps-dev): bump nitpick from 0.26.0 to 0.28.0 (#104)
Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.26.0 to 0.28.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.26.0...v0.28.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:
parent
421e88ae61
commit
b9b511bf87
2 changed files with 8 additions and 7 deletions
13
poetry.lock
generated
13
poetry.lock
generated
|
|
@ -796,8 +796,8 @@ python-versions = "*"
|
|||
|
||||
[[package]]
|
||||
name = "nitpick"
|
||||
version = "0.26.0"
|
||||
description = "Enforce the same configuration across multiple projects"
|
||||
version = "0.28.0"
|
||||
description = "Enforce the same settings across multiple language-independent projects"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.6,<4.0"
|
||||
|
|
@ -811,6 +811,7 @@ ConfigUpdater = "*"
|
|||
dictdiffer = "*"
|
||||
flake8 = ">=3.0.0"
|
||||
identify = "*"
|
||||
importlib-resources = {version = "*", markers = "python_version >= \"3.6\" and python_version < \"3.9\""}
|
||||
jmespath = "*"
|
||||
loguru = "*"
|
||||
marshmallow = ">=3.0.0b10"
|
||||
|
|
@ -826,7 +827,7 @@ toml = "*"
|
|||
tomlkit = "*"
|
||||
|
||||
[package.extras]
|
||||
test = ["freezegun", "pytest-cov", "pytest", "responses", "testfixtures"]
|
||||
test = ["freezegun", "pytest-cov", "pytest-socket", "pytest-testmon", "pytest-watch", "pytest", "responses", "testfixtures"]
|
||||
lint = ["pylint"]
|
||||
doc = ["sphinx", "sphinx-rtd-theme", "sphobjinv"]
|
||||
|
||||
|
|
@ -1499,7 +1500,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6"
|
||||
content-hash = "437d60952fcb39981aaf59d445054f2bd9753d93de23d60efbc2efc19051dafd"
|
||||
content-hash = "a4f03f11422c68b2ee200b8ee291180b331cd95bcdc81d3a223a7666b4b89181"
|
||||
|
||||
[metadata.files]
|
||||
aiocontextvars = [
|
||||
|
|
@ -1908,8 +1909,8 @@ mypy-extensions = [
|
|||
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
|
||||
]
|
||||
nitpick = [
|
||||
{file = "nitpick-0.26.0-py3-none-any.whl", hash = "sha256:f5cfcd68f83910ce8a4cd998804a4e15dfd5a9a54a3cb4e201f1ec4bee67fe89"},
|
||||
{file = "nitpick-0.26.0.tar.gz", hash = "sha256:b11009c77975990d7776ea6d307ed4272f5122e83b2fc16a6bad557222b6d809"},
|
||||
{file = "nitpick-0.28.0-py3-none-any.whl", hash = "sha256:93ff80ee9ead995e09480f64832d3dab990575238e9aaf829f8b8aad038ad1fd"},
|
||||
{file = "nitpick-0.28.0.tar.gz", hash = "sha256:99b5b1efc6856dcc5a898f0215cbd5f3422a84d2e4044996a1b8a97e5b835c23"},
|
||||
]
|
||||
packaging = [
|
||||
{file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"},
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ mypy = "^0.910"
|
|||
|
||||
wemake-python-styleguide = "^0.15"
|
||||
flake8-pytest-style = "^1.5"
|
||||
nitpick = "^0.26"
|
||||
nitpick = "^0.28"
|
||||
|
||||
safety = "^1.10"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue