Skip to content

Commit

Permalink
chore(deps-dev): update flake8 requirement from ^6.1.0 to >=6.1,<8.0
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>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent 0ce61f8 commit 1730c8e
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 @@ -22,7 +22,7 @@ toolz = "^0.12.0"
wheel = ">=0.38.4,<0.42.0"
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
flake8 = "^6.1.0"
flake8 = ">=6.1,<8.0"
autopep8 = "^2.0.4"
black = "^23.11.0"
parameterized = "^0.9.0"
Expand Down

0 comments on commit 1730c8e

Please sign in to comment.