Skip to content

Commit

Permalink
⬆️ Bump ruff from 0.1.8 to 0.1.11
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.8 to 0.1.11.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.8...v0.1.11)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent e0033c5 commit 9feed64
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, <5.0.0",
"pytest-lazy-fixture>=0.6.0, <1.0.0",
"pytest-mock>=3.1.0, <4.0.0",
"ruff==0.1.8", # ensure consistency with pre-commit
"ruff==0.1.11", # ensure consistency with pre-commit
"scikit-learn>=0.23.0, <1.4.0",
"kedro-datasets[pandas.CSVDataSet]",
],
Expand Down

0 comments on commit 9feed64

Please sign in to comment.