Skip to content

Commit

Permalink
Update flake8 requirement from <7,>=4 to >=4,<8
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@4.0.0...7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Jan 16, 2024
1 parent 7be9a36 commit 4b39a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def read(path):
'createcoverage>=1,<2',
'dask',
'stopit>=1.1.2,<2',
'flake8>=4,<7',
'flake8>=4,<8',
'pandas<2.1',
'pytz',
],
Expand Down

0 comments on commit 4b39a84

Please sign in to comment.