From e1345f0583cf8b6254de8de2c3b60a7dad7a9bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:22:03 -0700 Subject: [PATCH] Bump flake8-bugbear from 23.7.10 to 23.9.16 (#394) Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.7.10 to 23.9.16. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.7.10...23.9.16) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10f9d0cc..8846d899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "attribution == 1.6.2", "black == 23.9.1", "flake8 == 6.1.0", - "flake8-bugbear == 23.7.10", + "flake8-bugbear == 23.9.16", "mypy == 1.5.1", "ufmt == 2.2.0", "usort == 1.0.7",