diff --git a/poetry.lock b/poetry.lock index 990d5b7..7a13a02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1209,13 +1209,13 @@ files = [ [[package]] name = "nitpick" -version = "0.33.2" +version = "0.34.0" description = "Enforce the same settings across multiple language-independent projects" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "nitpick-0.33.2-py3-none-any.whl", hash = "sha256:8b77d5968c36384c7a4cc957dc45c22bb8024e8cab83fb58fa7fbef45d3aae98"}, - {file = "nitpick-0.33.2.tar.gz", hash = "sha256:e0f9f96128f390f95409a3d27fa922484e900ac8b974646b50ea4b8a3458cad7"}, + {file = "nitpick-0.34.0-py3-none-any.whl", hash = "sha256:ca346dfdd256dadb7c0e6d5c939ba4182a826c40ea395705d9653cf56469cdef"}, + {file = "nitpick-0.34.0.tar.gz", hash = "sha256:ea01639a02a01e4a49e06e3018e2c0da8fb3a25068467884f5a178d8d8d81023"}, ] [package.dependencies] @@ -1229,7 +1229,7 @@ flake8 = ">=3.0.0" flatten-dict = "*" furl = "*" identify = "*" -importlib-resources = {version = "*", markers = "python_version >= \"3.7\" and python_version < \"3.9\""} +importlib-resources = {version = "*", markers = "python_version >= \"3.8\" and python_version < \"3.9\""} jmespath = "*" loguru = "*" marshmallow = ">=3.0.0b10" @@ -2184,4 +2184,4 @@ docs = ["m2r2", "sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "55e6ca7a2cf791caca2ca1c02805ebcfb0ed87d9f969fd6b8e2981db2b002cff" +content-hash = "1d2c4d07b9b905f8a85d9c06319dd1bae8b32bcacdbd4971ab01387640073503" diff --git a/pyproject.toml b/pyproject.toml index 59974af..7f5ab58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ mypy = "^1.4" wemake-python-styleguide = "^0.17" flake8-pytest-style = "^1.7" -nitpick = "^0.33" +nitpick = "^0.34" black = "^22.12" safety = "^2.3"