Skip to content

Commit 7d47ed5

Browse files
Bump ruff from 0.9.9 to 0.12.7
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.9 to 0.12.7. - [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.9.9...0.12.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10b7602 commit 7d47ed5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"mkdocs-same-dir==0.1.3",
2424
"pre-commit==4.1",
2525
"pymdown-extensions==10.14.3",
26-
"ruff==0.9.9",
26+
"ruff==0.12.7",
2727
]
2828

2929
[tool.ruff]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkdocs-exclude == 1.0.2
99
markdown-exec[ansi] == 1.10.3
1010

1111
# Developer stuff
12-
ruff == 0.11.6
12+
ruff == 0.12.7
1313
codespell == 2.4.1
1414
pre-commit == 4.2.0
1515

0 commit comments

Comments
 (0)