From a2bcb6d65b7b9f44677c662c8f22cfc869f3416b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 20:25:32 +0000 Subject: [PATCH] chore(deps): bump flake8-bugbear in /dev_requirements Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.1.11 to 22.3.20. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.1.11...22.3.20) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/linter-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/linter-requirements.txt b/dev_requirements/linter-requirements.txt index a3cb832fd..535e6510b 100644 --- a/dev_requirements/linter-requirements.txt +++ b/dev_requirements/linter-requirements.txt @@ -2,7 +2,7 @@ bandit==1.7.3 black==22.1.0 doc8==0.10.1 flake8==4.0.1 -flake8-bugbear==22.1.11 +flake8-bugbear==22.3.20 flake8-docstrings==1.6.0 flake8-print==4.0.0 isort==5.10.1