Skip to content

Commit

Permalink
Update flake8 requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0
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.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 878fe71 commit e63a5ea
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 @@ -40,7 +40,7 @@ build-backend = "setuptools.build_meta"
dev = [
"autopep8 >=2.0.2, <3.0",
"Flake8-pyproject>=1.2.3, <2.0.0", # To read flake8 configuration from pyproject.toml
"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", # Let OpenFisca-Core decide pytest version
Expand Down

0 comments on commit e63a5ea

Please sign in to comment.