Skip to content

Commit

Permalink
Merge pull request #133 from openfisca/dependabot/pip/flake8-gte-6.0.…
Browse files Browse the repository at this point in the history
…0-and-lt-8.0.0

Update flake8 requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0
  • Loading branch information
benjello authored Oct 21, 2024
2 parents 782583c + 8832ddb commit dd71b91
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 @@ -39,7 +39,7 @@
extras_require = {
'dev': [
'autopep8 >=2.0.2, <3.0',
'flake8 >=6.0.0, <7.0.0',
'flake8 >=6.0.0, <8.0.0',
'flake8-print >=5.0.0, <6.0.0',
'flake8-quotes >=3.3.2',
'pytest >=7.2.2, <8.0',
Expand Down

0 comments on commit dd71b91

Please sign in to comment.