Skip to content

Commit

Permalink
Plugin Example(deps): Bump flake8-bugbear in /python-plugin-example
Browse files Browse the repository at this point in the history
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](PyCQA/flake8-bugbear@21.3.1...21.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2021
1 parent 6eec363 commit 66dd4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-plugin-example/requirements/dev.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python-plugin-example/requirements/style.txt
Expand Up @@ -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
Expand Down

0 comments on commit 66dd4a4

Please sign in to comment.