Skip to content

Commit 033561a

Browse files
deps: update ruff requirement from >=0.15.12 to >=0.15.14 in /backend
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.15.12...0.15.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bfe463 commit 033561a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
]
3636

3737
[dependency-groups]
38-
dev = ["ruff>=0.15.12"]
38+
dev = ["ruff>=0.15.14"]
3939
test = [
4040
"httpx>=0.28.0",
4141
"nest-asyncio>=1.6.0",

0 commit comments

Comments
 (0)