diff --git a/poetry.lock b/poetry.lock index 38f4534..fafdaf4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -712,6 +712,16 @@ files = [ [package.dependencies] smmap = ">=3.0.1,<6" +[[package]] +name = "gitignore-parser" +version = "0.1.9" +description = "A spec-compliant gitignore parser for Python 3.5+" +optional = false +python-versions = "*" +files = [ + {file = "gitignore_parser-0.1.9.tar.gz", hash = "sha256:270cb8cd09de410b8805c5f4183fd404c28f910dcbb94e1efc08226144fdff7d"}, +] + [[package]] name = "gitpython" version = "3.1.34" @@ -1152,13 +1162,13 @@ icu = ["PyICU (>=1.0.0)"] [[package]] name = "nitpick" -version = "0.34.0" +version = "0.35.0" description = "Enforce the same settings across multiple language-independent projects" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "nitpick-0.34.0-py3-none-any.whl", hash = "sha256:ca346dfdd256dadb7c0e6d5c939ba4182a826c40ea395705d9653cf56469cdef"}, - {file = "nitpick-0.34.0.tar.gz", hash = "sha256:ea01639a02a01e4a49e06e3018e2c0da8fb3a25068467884f5a178d8d8d81023"}, + {file = "nitpick-0.35.0-py3-none-any.whl", hash = "sha256:9911d32c2d488b41914aa1a6d230531fa92bbe3d6610e4a468a5cb5e30fab907"}, + {file = "nitpick-0.35.0.tar.gz", hash = "sha256:098167a4c65655aca52c0ea3876b1e71cf634a27d0e17b971bce9bfcc1f3febe"}, ] [package.dependencies] @@ -1171,6 +1181,7 @@ dpath = "*" flake8 = ">=3.0.0" flatten-dict = "*" furl = "*" +gitignore_parser = "*" identify = "*" importlib-resources = {version = "*", markers = "python_version >= \"3.8\" and python_version < \"3.9\""} jmespath = "*" @@ -1178,6 +1189,7 @@ loguru = "*" marshmallow = ">=3.0.0b10" marshmallow-polyfield = ">=5.10,<6.0" more-itertools = "*" +packaging = "*" pluggy = "*" python-slugify = "*" requests = "*" @@ -2128,4 +2140,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "84963de572b027955eb692d3b91add9a2bdc8efb437109e4157d2c7016562e87" +content-hash = "371893ae4ecb4e103ff97ee39a8f0df732bc377f9195ede445f87fd05584d508" diff --git a/pyproject.toml b/pyproject.toml index 7fd5f49..2ee8fbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ mypy = "^1.5" wemake-python-styleguide = "^0.18" flake8-pytest-style = "^1.5" -nitpick = "^0.34" +nitpick = ">=0.34,<0.36" doc8 = "^1.1" pytest = "^7.3"