From 1193cc998a85211bdb0eea5a2a6f270a1c6a0857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 05:07:18 +0000 Subject: [PATCH] chore: bump flake8-bugbear from 21.3.2 to 22.12.6 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.3.2 to 22.12.6. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.3.2...22.12.6) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 14b9ac8a9393e..6265ac39a6c01 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ cython>=0.29.21 black==21.5b2 cpplint flake8==3.9.2 -flake8-bugbear==21.3.2 +flake8-bugbear==22.12.6 flake8-comprehensions==3.1.0 isort>=5.2.1 mypy==0.910