From 7e9086c81c2a32e9090a6675818c9967a697779a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:48:53 +0000 Subject: [PATCH] build: Bump flake8-bugbear from 23.12.2 to 24.1.17 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.12.2 to 24.1.17. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.12.2...24.1.17) --- 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 0b549090..53aabccd 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.17", "flake8-commas==2.1.0", "flake8-comprehensions==3.14.0", "flake8-length==0.3.1",