Skip to content

Commit

Permalink
fix(deps): update dependency flake8 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and esciara committed Jan 25, 2022
1 parent 00171a1 commit 17661f1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 29 deletions.
81 changes: 53 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gitpython = {version = "^3.1", optional = true}
# Optional dependencies to be part of `gitlab` extra
python-gitlab = {version = "^1.9", optional = true}
# Optional dependencies to be part of `lint` extra
flake8 = {version = "^3.7", optional = true}
flake8 = {version = "^4.0", optional = true}
flake8-bugbear = {version = "^19.8.0", optional = true}
pylint = {version = "^2.3", optional = true}
yapf = {version = "^0.27.0", optional = true}
Expand Down

0 comments on commit 17661f1

Please sign in to comment.