Skip to content

Commit

Permalink
⬆️ Bump flake8 from 3.9.2 to 4.0.0 (#120)
Browse files Browse the repository at this point in the history
Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@3.9.2...4.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 11, 2021
1 parent 06b558e commit ccf77d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Expand Up @@ -5,6 +5,6 @@ chardet==4.0.*
Flask>=2.0,<3.0; python_version >= '3.6'
requests>=2.26,<3.0; python_version >= '3.6'
black==21.9b0; python_version >= '3.6'
flake8==3.9.2; python_version >= '3.6'
flake8==4.0.0; python_version >= '3.6'
mypy==0.910; python_version >= '3.6'
isort; python_version >= '3.6'

0 comments on commit ccf77d2

Please sign in to comment.