From 056a99bdab3caefda884c201f306c72855c5c291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:14:27 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.4.21 to 24.4.26 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.4.21 to 24.4.26. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.4.21...24.4.26) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4554def..c208352 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==24.4.21", + "flake8-bugbear==24.4.26", "flit==3.9.0", "mypy==1.9.0", "usort==1.0.8.post1",