Skip to content

Commit d64f16a

Browse files
chore(deps): update ruff requirement (#80)
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.12.2...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e06922 commit d64f16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
[project.optional-dependencies]
2828
dev = [
2929
"build>=1.2.2,<1.4.0",
30-
"ruff>=0.12.2,<0.14.0",
30+
"ruff>=0.12.2,<0.15.0",
3131
"sphinx>=7.3.7,<8.2.0",
3232
"scikit-learn>=1.5,<1.8",
3333
"pre-commit>=4.0.1,<4.4.0"
@@ -44,7 +44,7 @@ homepage = "https://github.com/CyberAgentAILab/python-dte-adjustment"
4444
[tool.uv]
4545
dev-dependencies = [
4646
"build>=1.2.2,<1.4.0",
47-
"ruff>=0.12.2,<0.14.0",
47+
"ruff>=0.12.2,<0.15.0",
4848
"sphinx>=7.3.7,<8.2.0",
4949
"scikit-learn>=1.5,<1.8",
5050
"pre-commit>=4.0.1,<4.4.0"

0 commit comments

Comments
 (0)