diff --git a/poetry.lock b/poetry.lock index 2efb2ed..3476735 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1062,14 +1062,14 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "wemake-python-styleguide" -version = "1.4.0" +version = "1.5.0" description = "The strictest and most opinionated python linter ever" optional = false python-versions = "<4.0,>=3.10" groups = ["dev"] files = [ - {file = "wemake_python_styleguide-1.4.0-py3-none-any.whl", hash = "sha256:c0727475a20a1b7d59f1d806040e84768bdb0935d1147023453aa44c14b65c95"}, - {file = "wemake_python_styleguide-1.4.0.tar.gz", hash = "sha256:0964cf40ac4d3f1c89dd79aee4b6edba9a1806fb395836c73e746fe287dbae3e"}, + {file = "wemake_python_styleguide-1.5.0-py3-none-any.whl", hash = "sha256:0743a8d1a748e3b84cad5804de4e6211641cd77e5ea0e4aaeec1993765e7f6c0"}, + {file = "wemake_python_styleguide-1.5.0.tar.gz", hash = "sha256:a764b30bd298ecd3ca9d5cd64b7776dec9a529d728291e8b8076a56649d6cce1"}, ] [package.dependencies] @@ -1080,4 +1080,4 @@ pygments = ">=2.19,<3.0" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "7ab062413ce223f1cac0a1da617af23558a64eaf88a0147695048d2e3770f03d" +content-hash = "e8f4f2b862905072910f963f941f2802db424a218203ab27f1e3c00a3596aae6" diff --git a/pyproject.toml b/pyproject.toml index 6f8afa3..7659d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ setuptools = "*" binaryornot = "^0.4" tomli = "^2.3" -wemake-python-styleguide = "^1.4" +wemake-python-styleguide = "^1.5" ruff = "^0.14" mypy = "^1.19"