From 9d157ddd6f7b4df7d7bec3414454be3c38b2735d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 04:57:26 +0000 Subject: [PATCH] Bump dlint from 0.12.0 to 0.14.0 Bumps [dlint](https://github.com/dlint-py/dlint) from 0.12.0 to 0.14.0. - [Release notes](https://github.com/dlint-py/dlint/releases) - [Changelog](https://github.com/dlint-py/dlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlint-py/dlint/compare/0.12.0...0.14.0) --- updated-dependencies: - dependency-name: dlint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 157de54a..24ebe47c 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -1,7 +1,7 @@ attrs==22.2.0 bandit==1.7.5 black==23.1.0 -dlint==0.12.0 +dlint==0.14.0 flake8==4.0.1 flake8-bandit==2.1.2 flake8-bugbear==23.2.13