From e072daa8e4af99f1debe749b313693996cbacbcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:55:51 +0000 Subject: [PATCH] Bump wemake-python-styleguide from 0.16.1 to 0.17.0 Bumps [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) from 0.16.1 to 0.17.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.16.1...0.17.0) --- updated-dependencies: - dependency-name: wemake-python-styleguide dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 37 ++++++++++++++++++------------------- pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index 923ff5c..17c4f00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -707,17 +707,17 @@ pycodestyle = "*" [[package]] name = "flake8-broken-line" -version = "0.4.0" +version = "0.5.0" description = "Flake8 plugin to forbid backslashes for line breaks" optional = false python-versions = ">=3.6,<4.0" files = [ - {file = "flake8-broken-line-0.4.0.tar.gz", hash = "sha256:771aab5aa0997666796fed249d0e48e6c01cdfeca8c95521eea28a38b7ced4c7"}, - {file = "flake8_broken_line-0.4.0-py3-none-any.whl", hash = "sha256:e9c522856862239a2c7ef2c1de0276fa598572aa864bd4e9c7efc2a827538515"}, + {file = "flake8-broken-line-0.5.0.tar.gz", hash = "sha256:7c98de9dd1385b71e888709c7f2aee3f0514107ecb5875bc95d0c03392191c97"}, + {file = "flake8_broken_line-0.5.0-py3-none-any.whl", hash = "sha256:daafb19b67eead0410ce7ba155d51a15b9d020ebe7630d87de9c2b93cedb6703"}, ] [package.dependencies] -flake8 = ">=3.5,<5" +flake8 = ">=3.5,<6" [[package]] name = "flake8-bugbear" @@ -1525,18 +1525,17 @@ files = [ [[package]] name = "pep8-naming" -version = "0.12.1" +version = "0.13.2" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "pep8-naming-0.12.1.tar.gz", hash = "sha256:bb2455947757d162aa4cad55dba4ce029005cd1692f2899a21d51d8630ca7841"}, - {file = "pep8_naming-0.12.1-py2.py3-none-any.whl", hash = "sha256:4a8daeaeb33cfcde779309fc0c9c0a68a3bbe2ad8a8308b763c5068f86eb9f37"}, + {file = "pep8-naming-0.13.2.tar.gz", hash = "sha256:93eef62f525fd12a6f8c98f4dcc17fa70baae2f37fa1f73bec00e3e44392fa48"}, + {file = "pep8_naming-0.13.2-py3-none-any.whl", hash = "sha256:59e29e55c478db69cffbe14ab24b5bd2cd615c0413edf790d47d3fb7ba9a4e23"}, ] [package.dependencies] flake8 = ">=3.9.1" -flake8-polyfill = ">=1.0.2,<2" [[package]] name = "platformdirs" @@ -2328,13 +2327,13 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [[package]] name = "wemake-python-styleguide" -version = "0.16.1" +version = "0.17.0" description = "The strictest and most opinionated python linter ever" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.7,<4.0" files = [ - {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"}, + {file = "wemake-python-styleguide-0.17.0.tar.gz", hash = "sha256:c8869fac392019c2bb3eae4287399245d10d2726b23f1b3c68d1564909c3a71a"}, + {file = "wemake_python_styleguide-0.17.0-py3-none-any.whl", hash = "sha256:d10b953bbe4fba83a34f4c224a0e1849ede89e486eacfc760690e6c87a28eaae"}, ] [package.dependencies] @@ -2343,8 +2342,8 @@ attrs = "*" darglint = ">=1.2,<2.0" flake8 = ">=3.7,<5" flake8-bandit = ">=2.1,<4" -flake8-broken-line = ">=0.3,<0.5" -flake8-bugbear = ">=20.1,<23.0" +flake8-broken-line = ">=0.5,<0.6" +flake8-bugbear = ">=22.9,<23.0" flake8-commas = ">=2.0,<3.0" flake8-comprehensions = ">=3.1,<4.0" flake8-debugger = ">=4.0,<5.0" @@ -2354,9 +2353,9 @@ flake8-isort = ">=4.0,<5.0" flake8-quotes = ">=3.0,<4.0" flake8-rst-docstrings = ">=0.2,<0.3" flake8-string-format = ">=0.3,<0.4" -pep8-naming = ">=0.11,<0.13" +pep8-naming = ">=0.13,<0.14" pygments = ">=2.4,<3.0" -typing_extensions = ">=3.6,<5.0" +typing_extensions = ">=4.0,<5.0" [[package]] name = "yarl" @@ -2457,4 +2456,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ddc1ac68833a2ad0079e2dbc0829a91cacb543e9970554a4d498d06423b32201" +content-hash = "dfe351ffac8fe1060a99090340badad5de0024ddfc65794f00f1d9ce2a4d2b97" diff --git a/pyproject.toml b/pyproject.toml index e4d3769..bc3d864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ gitpython = "^3.1.43" flake8 = "^4.0.1" isort = "^5.10.1" black = "^22.8.0" -wemake-python-styleguide = "^0.16.1" +wemake-python-styleguide = "^0.17.0" mypy = "^1.10" SQLAlchemy = { extras = ["mypy"], version = "^1.4.42" } pytest = "^7.1.3"