Skip to content

Commit a774a76

Browse files
build(deps-dev): update dlint requirement from ^0.13.0 to ^0.16.0
Updates the requirements on [dlint](https://github.com/dlint-py/dlint) to permit the latest version. - [Changelog](https://github.com/dlint-py/dlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlint-py/dlint/commits) --- updated-dependencies: - dependency-name: dlint dependency-version: 0.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21ace18 commit a774a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rope = "^1.7.0"
2424
mypy = "^1.13.0"
2525
flake8 = "5.0.4" # Leaving at 5.0.4 until full dependency support (e.g. flake8-eradicate, flake8-broken-line, dlint)
2626
darglint = "^1.8.1"
27-
dlint = "^0.13.0"
27+
dlint = "^0.16.0"
2828
flake8-2020 = "^1.7.0"
2929
flake8-SQL = "^0.4.1"
3030
flake8-annotations-complexity = "^0.0.7"

0 commit comments

Comments
 (0)