From 303e03e500922148ea2b68d864eea6e7a8e8e21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:31:59 +0000 Subject: [PATCH] fix: bump flake8-bugbear from 24.2.6 to 24.4.21 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.2.6 to 24.4.21. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.2.6...24.4.21) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56940c3..bc9afcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ test = [ "bandit[toml]==1.7.7", "black==24.2.0", "check-manifest==0.49", - "flake8-bugbear==24.2.6", + "flake8-bugbear==24.4.21", "flake8-docstrings", "flake8-formatter_junit_xml", "flake8",