Skip to content

Commit

Permalink
chore(deps): update flake8 requirement from ^6.0 to >=6,<8 (#41)
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 Jun 15, 2024
1 parent 3fc1f1d commit 5168a5b
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 @@ -38,7 +38,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8.1"
flake8 = "^6.0"
flake8 = ">=6,<8"

[tool.poetry.group.dev.dependencies]
astpretty = "^3.0.0"
Expand Down

0 comments on commit 5168a5b

Please sign in to comment.