mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-22 16:04:44 +00:00
chore(deps-dev): bump wemake-python-styleguide from 0.15.3 to 0.16.0 (#133)
Bumps [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) from 0.15.3 to 0.16.0. - [Release notes](https://github.com/wemake-services/wemake-python-styleguide/releases) - [Changelog](https://github.com/wemake-services/wemake-python-styleguide/blob/master/CHANGELOG.md) - [Commits](https://github.com/wemake-services/wemake-python-styleguide/compare/0.15.3...0.16.0) --- updated-dependencies: - dependency-name: wemake-python-styleguide 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
11dc1b5090
commit
559d9abcc8
2 changed files with 9 additions and 9 deletions
16
poetry.lock
generated
16
poetry.lock
generated
|
|
@ -1345,7 +1345,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "wemake-python-styleguide"
|
||||
version = "0.15.3"
|
||||
version = "0.16.0"
|
||||
description = "The strictest and most opinionated python linter ever"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
|
@ -1355,9 +1355,9 @@ python-versions = ">=3.6,<4.0"
|
|||
astor = ">=0.8,<0.9"
|
||||
attrs = "*"
|
||||
darglint = ">=1.2,<2.0"
|
||||
flake8 = ">=3.7,<4.0"
|
||||
flake8 = ">=3.7,<5"
|
||||
flake8-bandit = ">=2.1,<3.0"
|
||||
flake8-broken-line = ">=0.3,<0.4"
|
||||
flake8-broken-line = ">=0.3,<0.5"
|
||||
flake8-bugbear = ">=20.1,<22.0"
|
||||
flake8-commas = ">=2.0,<3.0"
|
||||
flake8-comprehensions = ">=3.1,<4.0"
|
||||
|
|
@ -1369,9 +1369,9 @@ flake8-quotes = ">=3.0,<4.0"
|
|||
flake8-rst-docstrings = ">=0.2.3,<0.3.0"
|
||||
flake8-string-format = ">=0.3,<0.4"
|
||||
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
||||
pep8-naming = ">=0.11,<0.12"
|
||||
pep8-naming = ">=0.11,<0.13"
|
||||
pygments = ">=2.4,<3.0"
|
||||
typing_extensions = ">=3.6,<4.0"
|
||||
typing_extensions = ">=3.6,<5.0"
|
||||
|
||||
[[package]]
|
||||
name = "win32-setctime"
|
||||
|
|
@ -1399,7 +1399,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 = "d70a94d973dd68022058aaec1ca61835e770022e672c79d63478e226481149fa"
|
||||
content-hash = "435555b51cddf45d73c564e7aeb0026c3181ec096ac12db75b60682371948de5"
|
||||
|
||||
[metadata.files]
|
||||
aiocontextvars = [
|
||||
|
|
@ -2105,8 +2105,8 @@ urllib3 = [
|
|||
{file = "urllib3-1.26.5.tar.gz", hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"},
|
||||
]
|
||||
wemake-python-styleguide = [
|
||||
{file = "wemake-python-styleguide-0.15.3.tar.gz", hash = "sha256:8b89aedabae67b7b915908ed06c178b702068137c0d8afe1fb59cdc829cd2143"},
|
||||
{file = "wemake_python_styleguide-0.15.3-py3-none-any.whl", hash = "sha256:a382f6c9ec87d56daa08a11e47cab019c99b384f1393b32564ebc74c6da80441"},
|
||||
{file = "wemake-python-styleguide-0.16.0.tar.gz", hash = "sha256:3bf0a4962404e6fd6fa479e72e2ba3fb75d5920ea6c44b72b45240c9e519543c"},
|
||||
{file = "wemake_python_styleguide-0.16.0-py3-none-any.whl", hash = "sha256:8caa92b4aa77b08a505d718553238812d1b612b1036bc171ca3aa18345efe0b4"},
|
||||
]
|
||||
win32-setctime = [
|
||||
{file = "win32_setctime-1.0.3-py3-none-any.whl", hash = "sha256:dc925662de0a6eb987f0b01f599c01a8236cb8c62831c22d9cada09ad958243e"},
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ django = "^3.2"
|
|||
|
||||
mypy = "^0.910"
|
||||
|
||||
wemake-python-styleguide = "^0.15"
|
||||
wemake-python-styleguide = "^0.16"
|
||||
flake8-pytest-style = "^1.5"
|
||||
nitpick = "^0.29"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue