Skip to content

Commit

Permalink
Update flake8 requirement from ==3.8.* to ==4.0.* (#133)
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@3.8.0a1...4.0.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pach <[email protected]>
  • Loading branch information
dependabot[bot] and pachCode authored Jan 13, 2022
1 parent 468cf07 commit 9ead48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pytest-vcr==1.0.*
pytest-cov==3.0.*
black==21.12b0
isort==5.10.*
flake8==3.8.*
flake8==4.0.*
mypy==0.790
requests-mock==1.9.*

0 comments on commit 9ead48e

Please sign in to comment.