Skip to content

Commit 37f9117

Browse files
authored
Update flake8 to 5.0.4 (cookiecutter#3829)
* Update flake8 from 4.0.1 to 5.0.4 * Update flake8 from 4.0.1 to 5.0.4
1 parent 0b44dd7 commit 37f9117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ binaryornot==0.4.4
66
# ------------------------------------------------------------------------------
77
black==22.6.0
88
isort==5.10.1
9-
flake8==4.0.1
9+
flake8==5.0.4
1010
flake8-isort==4.2.0
1111
pre-commit==2.20.0
1212

{{cookiecutter.project_slug}}/requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild
2828

2929
# Code quality
3030
# ------------------------------------------------------------------------------
31-
flake8==4.0.1 # https://github.com/PyCQA/flake8
31+
flake8==5.0.4 # https://github.com/PyCQA/flake8
3232
flake8-isort==4.2.0 # https://github.com/gforcada/flake8-isort
3333
coverage==6.4.2 # https://github.com/nedbat/coveragepy
3434
black==22.6.0 # https://github.com/psf/black

0 commit comments

Comments
 (0)