Skip to content

Commit

Permalink
Bump flake8 from 3.9.0 to 3.9.1 (#5622)
Browse files Browse the repository at this point in the history
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.0 to 3.9.1.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.0...3.9.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2021
1 parent 9b441fb commit 4316b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ filelock==3.0.12
# virtualenv
flake8-pyi==20.10.0
# via -r requirements/lint.txt
flake8==3.9.0
flake8==3.9.1
# via
# -r requirements/lint.txt
# flake8-pyi
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==20.8b1; implementation_name=="cpython"
flake8==3.9.0
flake8==3.9.1
flake8-pyi==20.10.0
isort==5.8.0
mypy==0.790; implementation_name=="cpython"
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ filelock==3.0.12
# via virtualenv
flake8-pyi==20.10.0
# via -r requirements/lint.in
flake8==3.9.0
flake8==3.9.1
# via
# -r requirements/lint.in
# flake8-pyi
Expand Down

0 comments on commit 4316b5c

Please sign in to comment.