Skip to content

Commit

Permalink
Update flake8 requirement from <6,>=5 to >=5,<7 in /scripts
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.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@5.0.0...6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 8, 2022
1 parent dd3c7a0 commit 6816eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Linters
bandit
flake8>=5,<6 # flake8-pyi deprecation warnings # flake8-quotes doesn't support v6 yet
flake8>=5,<7 # flake8-pyi deprecation warnings # flake8-quotes doesn't support v6 yet
flake8-builtins
flake8-bugbear
flake8-class-attributes-order
Expand Down

0 comments on commit 6816eff

Please sign in to comment.