Skip to content

Commit

Permalink
Update flake8 requirement from 6.1.0 to 7.0.0 (#411)
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.1.0...7.0.0)

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

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 5, 2024
1 parent 594322a commit d4bc82c
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 @@ -28,7 +28,7 @@ qiskit = "0.45.1"

[tool.poetry.dev-dependencies]
distlib = "0.3.8"
flake8 = "6.1.0"
flake8 = "7.0.0"
flake8-docstrings = "1.7.0"
ipython = "8.19.0"
isort = "5.13.2"
Expand Down

0 comments on commit d4bc82c

Please sign in to comment.