From 592340b3ec48574acd3580217f1cc6877a59cdd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:39:54 +0100 Subject: [PATCH] Bump flake8-bugbear from 23.12.2 to 24.2.6 in /requirements (#663) Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.12.2 to 24.2.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.12.2...24.2.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 1ecde7c06..272c4e2fa 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -5,7 +5,7 @@ black==23.12.1 click==8.1.7 isort==5.13.2 flake8==5.0.4 -flake8-bugbear==23.12.2 +flake8-bugbear==24.2.6 flake8-future-import==0.4.7 flake8-no-u-prefixed-strings==0.2 flake8-simplify==0.14.2