From e3e51a4f25a0bc521bc035ce0e0df2de669c166e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:47:01 +0100 Subject: [PATCH] chore(deps-dev): update flake8-bugbear requirement (#71) Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.1.17...24.2.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development ... 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 9e46cd5..e3173f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ autopep8 = "2.0.4" isort = "5.13.2" flake8 = { version="7.0.0", python=">=3.8.1" } flake8-annotations = { version="3.0.1", python=">=3.8.1" } -flake8-bugbear = { version="24.1.17", python=">=3.8.1" } +flake8-bugbear = { version="24.2.6", python=">=3.8.1" } flake8-isort = "6.1.1" flake8-quotes = "3.3.2" flake8-use-fstring = "1.4"