Skip to content

Commit 3112f6d

Browse files
dependabot[bot]spoorcc
authored andcommitted
Bump ruff from 0.13.3 to 0.14.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.3 to 0.14.0. - [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.13.3...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 879e03f commit 3112f6d

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
@@ -83,7 +83,7 @@ development = [
8383
'pyright==1.1.406',
8484
"tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml
8585
'pre-commit==4.3.0',
86-
'ruff==0.13.3',
86+
'ruff==0.14.0',
8787
]
8888
docs = [
8989
'sphinx==8.2.3',

0 commit comments

Comments
 (0)