From a4266d2c82dcebc078eab93e2d5a659c2b81c182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:24:55 +0000 Subject: [PATCH] Bump flake8-bugbear from 22.1.11 to 24.4.21 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.1.11 to 24.4.21. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.1.11...24.4.21) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 397668c..1d40360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "black==24.4.0", "coverage==7.4.4", "flake8==7.0.0", - "flake8-bugbear==22.1.11", + "flake8-bugbear==24.4.21", "flit==3.9.0", "mypy==0.931", "usort==1.0.8.post1",