From 1bf8077ea9a509af97d5ffb1df189cec69e56c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 02:52:18 +0000 Subject: [PATCH] build: Bump flake8-bugbear from 23.12.2 to 24.1.15 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.12.2 to 24.1.15. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.12.2...24.1.15) --- 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 53f89178..6069bc3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ lint = [ "coverage", "flake8==6.1.0", "flake8-2020==1.8.1", - "flake8-bugbear==23.12.2", + "flake8-bugbear==24.1.15", "flake8-commas==2.1.0", "flake8-comprehensions==3.14.0", "flake8-length==0.3.1",