Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Merged
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.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