From 66dd4a45a15bab4b4419882c1de089e26ea09b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 09:08:47 +0000 Subject: [PATCH] Plugin Example(deps): Bump flake8-bugbear in /python-plugin-example Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.3.1 to 21.3.2. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.3.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 2178a096..c57e981d 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.6.0 # via -r requirements/style.in -flake8-bugbear==21.3.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 df21bd31..bce62463 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.6.0 # via -r requirements/style.in -flake8-bugbear==21.3.1 +flake8-bugbear==21.3.2 # via -r requirements/style.in flake8-isort==4.0.0 # via -r requirements/style.in