From e586066cc9f68036684d0a64fa93226cc22026be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:56:43 +0000 Subject: [PATCH] fix: bump flake8-bugbear from 24.1.17 to 24.12.12 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.1.17 to 24.12.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.1.17...24.12.12) --- 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 6d3ef40..0235fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ test = [ "bandit[toml]==1.7.5", "black==23.9.1", "check-manifest==0.49", - "flake8-bugbear==24.1.17", + "flake8-bugbear==24.12.12", "flake8-docstrings", "flake8-formatter_junit_xml", "flake8",