Skip to content

Commit 0ae16eb

Browse files
chore(deps-dev): update ruff requirement from 0.11.12 to 0.11.13
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.11.12...0.11.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dcfd2f7 commit 0ae16eb

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
@@ -21,7 +21,7 @@ pytest-mock = "3.14.1"
2121
pylint = "3.3.7"
2222
flake8 = "7.2.0"
2323
flake8-pytest-style = "2.1.0"
24-
ruff = "0.11.12"
24+
ruff = "0.11.13"
2525
coverage = "7.8.2"
2626
black = "25.1.0"
2727
mypy = "1.16.0"

0 commit comments

Comments
 (0)