Skip to content

Commit

Permalink
Bump flake8 from 3.9.0 to 3.9.1 (#5623)
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2021
1 parent d612748 commit c8cd62f
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 @@ -82,7 +82,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,6 +1,6 @@
black==20.8b1; implementation_name=="cpython"
dataclasses==0.8; python_version < "3.7"
flake8==3.9.0
flake8==3.9.1
flake8-pyi==20.10.0
importlib-metadata==3.7.0; python_version < "3.8"
importlib-resources; python_version < "3.9"
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 c8cd62f

Please sign in to comment.