Skip to content

Commit 5799e47

Browse files
build(deps-dev): update ruff requirement in the dev-dependencies group
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.14.13 - [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.5.0...0.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6efc5b0 commit 5799e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test = [
3939
"pytest-cov>=4.1,<=7.0.0",
4040
"pytest>=7.4,<=9.0.2",
4141
"hypothesis>=6.104.2,<=6.150.2",
42-
"ruff>=0.5.0,<=0.14.11",
42+
"ruff>=0.5.0,<=0.14.13",
4343
"coverage>=7.5.4,<=7.13.1",
4444
"prek>=0.2.28,<0.3.0",
4545
"ty>=0.0.8,<=0.0.8",

0 commit comments

Comments
 (0)