diff --git a/poetry.lock b/poetry.lock index 17c3e2e..13a400a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1266,7 +1266,7 @@ python-versions = "*" [[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 @@ -1276,9 +1276,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" @@ -1289,14 +1289,14 @@ flake8-isort = ">=4.0,<5.0" flake8-quotes = ">=3.0,<4.0" flake8-rst-docstrings = ">=0.2.3,<0.3.0" flake8-string-format = ">=0.3,<0.4" -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" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "963fc5cd3b631727dd7de713778560b91eb076c5398195297bd54efbdd1e7ec7" +content-hash = "6a0afbdf0f26477017929154bfaf06ce5b5510d3776ecb80fb9603f6dfb5b263" [metadata.files] amqp = [ @@ -1906,6 +1906,6 @@ wcwidth = [ {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"}, ] 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"}, ] diff --git a/pyproject.toml b/pyproject.toml index c297d1a..196a855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest = "~6.2" pytest-django = "~4.5.2" pytest-cov = "~3.0.0" pytest-freezegun = "^0.4.2" -wemake-python-styleguide = "~0.15.3" +wemake-python-styleguide = "~0.16.0" flake8-use-fstring = "~1.3" flake8-django = "~1.1.1" flake8-annotations-coverage = "~0.0.5"