diff --git a/poetry.lock b/poetry.lock index 43bcbb9..1d7bb6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -665,7 +665,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "wemake-python-styleguide" -version = "0.16.0" +version = "0.16.1" description = "The strictest and most opinionated python linter ever" category = "dev" optional = false @@ -676,9 +676,9 @@ astor = ">=0.8,<0.9" attrs = "*" darglint = ">=1.2,<2.0" flake8 = ">=3.7,<5" -flake8-bandit = ">=2.1,<3.0" +flake8-bandit = ">=2.1,<4" flake8-broken-line = ">=0.3,<0.5" -flake8-bugbear = ">=20.1,<22.0" +flake8-bugbear = ">=20.1,<23.0" flake8-commas = ">=2.0,<3.0" flake8-comprehensions = ">=3.1,<4.0" flake8-debugger = ">=4.0,<5.0" @@ -686,7 +686,7 @@ flake8-docstrings = ">=1.3,<2.0" flake8-eradicate = ">=1.0,<2.0" flake8-isort = ">=4.0,<5.0" flake8-quotes = ">=3.0,<4.0" -flake8-rst-docstrings = ">=0.2.3,<0.3.0" +flake8-rst-docstrings = ">=0.2,<0.3" flake8-string-format = ">=0.3,<0.4" importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} pep8-naming = ">=0.11,<0.13" @@ -719,7 +719,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "e57c37fa3d593e7707dc41b043026861f6d7801ce94942a0d01e7351743691d2" +content-hash = "71de44347d8cd8fcd48696b25965e4a94d2e135cb5248e53cdf2337160d81d18" [metadata.files] asgiref = [ @@ -1065,8 +1065,8 @@ urllib3 = [ {file = "urllib3-1.26.7.tar.gz", hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"}, ] wemake-python-styleguide = [ - {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"}, + {file = "wemake-python-styleguide-0.16.1.tar.gz", hash = "sha256:4fcd78dd55732679b5fc8bc37fd7e04bbaa5cdc1b1a829ad265e8f6b0d853cf6"}, + {file = "wemake_python_styleguide-0.16.1-py3-none-any.whl", hash = "sha256:202c22ecfee1f5caf0555048602cd52f2435cd57903e6b0cd46b5aaa3f652140"}, ] whitenoise = [ {file = "whitenoise-5.3.0-py2.py3-none-any.whl", hash = "sha256:d963ef25639d1417e8a247be36e6aedd8c7c6f0a08adcb5a89146980a96b577c"}, diff --git a/pyproject.toml b/pyproject.toml index 247cce1..9b8b079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ django-taggit = "^1.5.1" django-filter = "^21.1" [tool.poetry.dev-dependencies] -wemake-python-styleguide = "^0.16.0" +wemake-python-styleguide = "^0.16.1" coverage = "^6.2" [build-system]