Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2021
1 parent 85118a8 commit c6b0912
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.1
flake8==3.9.2
# via
# -r requirements/lint.txt
# flake8-pyi
Expand Down Expand Up @@ -259,7 +259,7 @@ toml==0.10.2
# towncrier
towncrier==21.3.0
# via -r requirements/doc.txt
trustme==0.7.0 ; platform_machine != "i686"
trustme==0.8.0 ; platform_machine != "i686"
# via -r requirements/test.txt
typed-ast==1.4.2
# via
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==21.6b0; implementation_name=="cpython"
flake8==3.9.1
flake8==3.9.2
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.1
flake8==3.9.2
# via
# -r requirements/lint.in
# flake8-pyi
Expand Down

0 comments on commit c6b0912

Please sign in to comment.