From db258b99fc717b9e13e09be3d13838c84f66e62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 02:26:44 +0000 Subject: [PATCH] build: Bump flake8-bugbear from 23.6.5 to 23.7.10 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.6.5 to 23.7.10. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.6.5...23.7.10) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f67092f5..1b263a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ lint = [ "coverage", "flake8==6.0.0", "flake8-2020==1.8.1", - "flake8-bugbear==23.6.5", + "flake8-bugbear==23.7.10", "flake8-commas==2.1.0", "flake8-comprehensions==3.13.0", "flake8-length==0.3.1",