Skip to content

Commit

Permalink
Update flake8 requirement from <6.1,>=3.8 to >=3.8,<6.2 in /requirements
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@3.8.0...6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent f35f93d commit ce43da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# tooling
black
flake8>=3.8,<6.1
flake8>=3.8,<6.2
flake8-builtins>=1.5,<2.2
flake8-isort>=4.0,<6.1
flake8-print>=5,<5.1
Expand Down

0 comments on commit ce43da7

Please sign in to comment.