From 7e1910c29412cdad021acfcbf8e85c2a48ca78bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 02:43:38 +0000 Subject: [PATCH] build: Bump flake8-bugbear from 24.4.26 to 24.8.19 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.4.26 to 24.8.19. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.4.26...24.8.19) --- 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 07d7c3d8..f4b76b12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ lint = [ "coverage", "flake8==7.1.1", "flake8-2020==1.8.1", - "flake8-bugbear==24.4.26", + "flake8-bugbear==24.8.19", "flake8-commas==4.0.0", "flake8-comprehensions==3.15.0", "flake8-length==0.3.1",