From cdde05bb4c4b3cd421cce123fdb06a2e2e6fc361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 14:22:53 +0000 Subject: [PATCH] Bump nitpick from 0.27.0 to 0.28.0 Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/andreoliwa/nitpick/releases) - [Changelog](https://github.com/andreoliwa/nitpick/blob/develop/CHANGELOG.md) - [Commits](https://github.com/andreoliwa/nitpick/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: nitpick dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 28 ++++++++++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5f6f1aaf7..2d527b835 100644 --- a/poetry.lock +++ b/poetry.lock @@ -666,6 +666,21 @@ zipp = ">=0.5" docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"] +[[package]] +name = "importlib-resources" +version = "5.3.0" +description = "Read resources from Python packages" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""} + +[package.extras] +docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-black (>=0.3.7)", "pytest-mypy"] + [[package]] name = "iniconfig" version = "1.1.1" @@ -821,7 +836,7 @@ python-versions = "*" [[package]] name = "nitpick" -version = "0.27.0" +version = "0.28.0" description = "Enforce the same settings across multiple language-independent projects" category = "dev" optional = false @@ -836,6 +851,7 @@ ConfigUpdater = "*" dictdiffer = "*" flake8 = ">=3.0.0" identify = "*" +importlib-resources = {version = "*", markers = "python_version >= \"3.6\" and python_version < \"3.9\""} jmespath = "*" loguru = "*" marshmallow = ">=3.0.0b10" @@ -1551,7 +1567,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "0f9abbedbf05a623429e9831bfab3896b88a5610b2bcba976667f3599debcca8" +content-hash = "b35d7774f6473c8a3edf48267ee5917bc5fc6dcaf1ffd10a3275f0ac0c112186" [metadata.files] alabaster = [ @@ -1857,6 +1873,10 @@ importlib-metadata = [ {file = "importlib_metadata-3.7.3-py3-none-any.whl", hash = "sha256:b74159469b464a99cb8cc3e21973e4d96e05d3024d337313fedb618a6e86e6f4"}, {file = "importlib_metadata-3.7.3.tar.gz", hash = "sha256:742add720a20d0467df2f444ae41704000f50e1234f46174b51f9c6031a1bd71"}, ] +importlib-resources = [ + {file = "importlib_resources-5.3.0-py3-none-any.whl", hash = "sha256:7a65eb0d8ee98eedab76e6deb51195c67f8e575959f6356a6e15fd7e1148f2a3"}, + {file = "importlib_resources-5.3.0.tar.gz", hash = "sha256:f2e58e721b505a79abe67f5868d99f8886aec8594c962c7490d0c22925f518da"}, +] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, @@ -1984,8 +2004,8 @@ mypy-extensions = [ {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, ] nitpick = [ - {file = "nitpick-0.27.0-py3-none-any.whl", hash = "sha256:bc8a92b004099cef4f35db4f986b76bd1425a364afc5cd0fc38fce13365cf81f"}, - {file = "nitpick-0.27.0.tar.gz", hash = "sha256:4424a2a374c76173fd6cc1b637b9ab79f1f487cb892e7e9db4458de072082f07"}, + {file = "nitpick-0.28.0-py3-none-any.whl", hash = "sha256:93ff80ee9ead995e09480f64832d3dab990575238e9aaf829f8b8aad038ad1fd"}, + {file = "nitpick-0.28.0.tar.gz", hash = "sha256:99b5b1efc6856dcc5a898f0215cbd5f3422a84d2e4044996a1b8a97e5b835c23"}, ] outcome = [ {file = "outcome-1.1.0-py2.py3-none-any.whl", hash = "sha256:c7dd9375cfd3c12db9801d080a3b63d4b0a261aa996c4c13152380587288d958"}, diff --git a/pyproject.toml b/pyproject.toml index d2ac4f86c..e55667283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ flake8-pytest-style = "^1.5" flake8-pyi = "^20.10" # TODO: Remove this restriction when `ruamel.yaml.clib` works # correctly with Python 3.10. That lib is a dependency of `nitpick`! -nitpick = { version = "^0.27", python = "<3.10" } +nitpick = { version = "^0.28", python = "<3.10" } codespell = "^2.1" safety = "^1.10"