From 235bfcd950e93ec372eb02cce45032bc9bf91353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 05:01:37 +0000 Subject: [PATCH] Plugin Example(deps): Bump flake8-bugbear in /python-plugin-example Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.2. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/20.11.1...21.3.2) Signed-off-by: dependabot[bot] --- python-plugin-example/requirements/dev.txt | 2 +- python-plugin-example/requirements/style.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-plugin-example/requirements/dev.txt b/python-plugin-example/requirements/dev.txt index 606ae7b8..66693c3f 100644 --- a/python-plugin-example/requirements/dev.txt +++ b/python-plugin-example/requirements/dev.txt @@ -26,7 +26,7 @@ filelock==3.0.12 # virtualenv flake8-annotations==2.5.0 # via -r requirements/style.in -flake8-bugbear==20.11.1 +flake8-bugbear==21.3.2 # via -r requirements/style.in flake8-isort==4.0.0 # via -r requirements/style.in diff --git a/python-plugin-example/requirements/style.txt b/python-plugin-example/requirements/style.txt index b3069128..3944da86 100644 --- a/python-plugin-example/requirements/style.txt +++ b/python-plugin-example/requirements/style.txt @@ -8,7 +8,7 @@ attrs==20.3.0 # via flake8-bugbear flake8-annotations==2.5.0 # via -r requirements/style.in -flake8-bugbear==20.11.1 +flake8-bugbear==21.3.2 # via -r requirements/style.in flake8-isort==4.0.0 # via -r requirements/style.in