From b319adaad9f427f61362ce53bc22e0cfb45acf2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:56:56 +0000 Subject: [PATCH] Bump flake8-bugbear from 23.1.14 to 23.6.5 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.1.14 to 23.6.5. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...23.6.5) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c87971f..56b0586 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'attrs', 'black==22.12.0', 'flake8==5.0.4', - 'flake8-bugbear==23.1.14', + 'flake8-bugbear==23.6.5', 'flake8-comprehensions==3.10.1', 'flake8-docstrings==1.6.0', 'flake8-no-u-prefixed-strings==0.2',