Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Plugin Example(deps): Bump flake8-bugbear from 20.11.1 to 21.3.2 in /python-plugin-example #260

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.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
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.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
Expand Down