Skip to content

Commit 16e658b

Browse files
dependabot[bot]spoorcc
authored andcommitted
Bump ruff from 0.12.0 to 0.12.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.0 to 0.12.1. - [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.0...0.12.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07fdf1a commit 16e658b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ development = [
8888
'pyright==1.1.402',
8989
"tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml
9090
'pre-commit==4.2.0',
91-
'ruff==0.12.0',
91+
'ruff==0.12.1',
9292
]
9393
docs = [
9494
'sphinx==8.2.3',

0 commit comments

Comments
 (0)