From 4e529d5c1fd981e36a26bca2e505666069201dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:52:42 +0000 Subject: [PATCH] build(deps-dev): bump flake8-todos from 0.3.0 to 0.3.1 Bumps [flake8-todos](https://github.com/orsinium-labs/flake8-todos) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/orsinium-labs/flake8-todos/releases) - [Commits](https://github.com/orsinium-labs/flake8-todos/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: flake8-todos 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 dec60bc4..afb3e995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ "flake8-logging-format==0.9.0", "flake8-no-implicit-concat==0.3.5", "flake8-print==5.0.0", - "flake8-todos==0.3.0", + "flake8-todos==0.3.1", "flake8-simplify==0.21.0", "flake8-use-pathlib==0.3.0", "flake8-copyright==0.2.4",