Skip to content

Commit

Permalink
chore: Update flake8 from ^3.9.2 to ^5.0.4 in templates (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva authored Jan 24, 2023
1 parent c852b99 commit e5ed68e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ requests = "^2.28.1"
{%- endif %}

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
flake8 = "^3.9.2"
pytest = "^7.2.1"
flake8 = "^5.0.4"
black = "^22.12.0"
pydocstyle = "^6.2.1"
mypy = "^0.991"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ requests = "^2.28.1"
{%- endif %}

[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
flake8 = "^3.9.2"
pytest = "^7.2.1"
flake8 = "^5.0.4"
black = "^22.12.0"
pydocstyle = "^6.2.1"
mypy = "^0.991"
Expand Down

0 comments on commit e5ed68e

Please sign in to comment.