From e7198b2aafe653bbb1652dd3ec1ff85894eff7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:47:26 +0000 Subject: [PATCH] build(deps-dev): bump flake8-no-implicit-concat from 0.3.4 to 0.3.5 Bumps [flake8-no-implicit-concat](https://github.com/10sr/flake8-no-implicit-concat) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/10sr/flake8-no-implicit-concat/releases) - [Changelog](https://github.com/10sr/flake8-no-implicit-concat/blob/master/CHANGELOG.md) - [Commits](https://github.com/10sr/flake8-no-implicit-concat/compare/v0.3.4...v0.3.5) --- updated-dependencies: - dependency-name: flake8-no-implicit-concat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31f5312f8..39ce0c5c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "flake8-encodings==0.5.0.post1", "flake8-comprehensions==3.14.0", "flake8-logging-format==0.9.0", - "flake8-no-implicit-concat==0.3.4", + "flake8-no-implicit-concat==0.3.5", "flake8-print==5.0.0", "flake8-todos==0.3.0", "flake8-simplify==0.21.0",