Skip to content

Commit

Permalink
Update flake8 requirement from ==6.0.* to ==7.0.* in /requirements
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.
- [Commits](PyCQA/flake8@6.0.0...7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 66b00c8 commit 3162044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest-recording==0.12.*
pytest-cov==4.1.*
pytest-env==1.0.*
pytest-html==3.2.*
flake8==6.0.*
flake8==7.0.*
pydocstyle>=6.1
black>=22.6
isort>=5.12
Expand Down

0 comments on commit 3162044

Please sign in to comment.