Skip to content

Commit

Permalink
⬆️ Update ruff requirement from <0.6.0,>=0.5.0 to >=0.5.0,<0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.0...0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Galileo-Galilei committed Oct 23, 2024
1 parent 8116a89 commit 669fbf1
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 @@ -50,7 +50,7 @@ def _parse_requirements(path, encoding="utf-8"):
"pytest-cov>=2.8.0, <6.0.0",
"pytest-lazy-fixture>=0.6.0, <1.0.0",
"pytest-mock>=3.1.0, <4.0.0",
"ruff>=0.5.0,<0.6.0", # ensure consistency with pre-commit
"ruff>=0.5.0,<0.8.0", # ensure consistency with pre-commit
"scikit-learn>=0.23.0, <1.6.0",
"kedro-datasets[pandas.CSVDataSet]",
],
Expand Down

0 comments on commit 669fbf1

Please sign in to comment.