Skip to content

Commit 5dc0196

Browse files
Bump nitpick from 0.27.0 to 0.28.0 (#1106)
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](andreoliwa/nitpick@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41e6da0 commit 5dc0196

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

poetry.lock

Lines changed: 24 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ flake8-pytest-style = "^1.5"
7171
flake8-pyi = "^20.10"
7272
# TODO: Remove this restriction when `ruamel.yaml.clib` works
7373
# correctly with Python 3.10. That lib is a dependency of `nitpick`!
74-
nitpick = { version = "^0.27", python = "<3.10" }
74+
nitpick = { version = "^0.28", python = "<3.10" }
7575
codespell = "^2.1"
7676

7777
safety = "^1.10"

0 commit comments

Comments
 (0)