From aa872a731283100cb102497168edd4ce7f1501c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:41:21 +0000 Subject: [PATCH] chore: bump flake8-bugbear from 24.4.26 to 24.10.31 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.4.26 to 24.10.31. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.4.26...24.10.31) --- 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 104da58..76ebd02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ test = [ "black==24.4.2", "bandit[toml]==1.7.9", "check-manifest==0.49", - "flake8-bugbear==24.4.26", + "flake8-bugbear==24.10.31", "flake8-docstrings", "flake8-formatter_junit_xml", "flake8",