Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 18, 2021
1 parent f552382 commit cd6296d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ croniter==0.3.34
# via -r requirements.in
flake8-isort==4.0.0
# via -r requirements.in
flake8==3.8.4
flake8==3.9.1
# via
# -r requirements.in
# flake8-isort
importlib-metadata==3.10.1
# via
# flake8
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
isort==4.3.21
Expand All @@ -36,9 +41,9 @@ pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pycodestyle==2.6.0
pycodestyle==2.7.0
# via flake8
pyflakes==2.2.0
pyflakes==2.3.1
# via flake8
pyparsing==2.4.6
# via packaging
Expand Down Expand Up @@ -66,6 +71,10 @@ testfixtures==6.14.0
# via flake8-isort
toml==0.10.2
# via pytest
typing-extensions==3.7.4.3
# via importlib-metadata
zipp==3.4.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip

0 comments on commit cd6296d

Please sign in to comment.