Skip to content

Commit

Permalink
⬆️ Update pre-commit requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pre-commit
  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 fc584c9 commit 8116a89
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 @@ -55,7 +55,7 @@ def _parse_requirements(path, encoding="utf-8"):
"kedro-datasets[pandas.CSVDataSet]",
],
"dev": [
"pre-commit>=2.0.0,<4.0.0",
"pre-commit>=2.0.0,<5.0.0",
"jupyter>=1.0.0,<2.0.0",
],
},
Expand Down

0 comments on commit 8116a89

Please sign in to comment.