Merge pull request #50 from EmilStenstrom/dependabot/pip/flake8-3.9.0

Bump flake8 from 3.8.4 to 3.9.0
This commit is contained in:
Emil Stenström 2021-03-15 08:54:44 +01:00 committed by GitHub
commit 95c4590245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ filelock==3.0.12
# via # via
# tox # tox
# virtualenv # virtualenv
flake8==3.8.4 flake8==3.9.0
# via -r requirements-dev.in # via -r requirements-dev.in
iniconfig==1.1.1 iniconfig==1.1.1
# via pytest # via pytest
@ -38,9 +38,9 @@ py==1.9.0
# via # via
# pytest # pytest
# tox # tox
pycodestyle==2.6.0 pycodestyle==2.7.0
# via flake8 # via flake8
pyflakes==2.2.0 pyflakes==2.3.0
# via flake8 # via flake8
pyparsing==2.4.7 pyparsing==2.4.7
# via packaging # via packaging