Skip to content

Commit

Permalink
pip dependencies(deps-dev): update flake8 requirement (#1141)
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:production
...

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] authored Jan 8, 2024
1 parent 0bf2f9f commit ac28723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ development = [
'basedmypy ~= 2.0, >= 2.2.1',
'codecov ~= 2.1, >= 2.1.12',
'coverage ~= 7.2, >= 7.2.4',
'flake8 ~= 6.0, >= 6.0.0',
'flake8 ~= 7.0',
'html5lib ~= 1.1',
'lxml ~= 5.0; sys.platform != "win32"',
'pip-licenses ~= 4.3, >= 4.3.0',
Expand Down

0 comments on commit ac28723

Please sign in to comment.