Skip to content

Commit a22bb85

Browse files
chore(deps-dev): Bump ruff from 0.14.0 to 0.15.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.0 to 0.15.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.14.0...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6733310 commit a22bb85

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

poetry.lock

Lines changed: 20 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sqlcipher3-binary = { version = ">=0.5.4", optional = true }
7373

7474
[tool.poetry.group.dev.dependencies]
7575
# Sync with version in .pre-commit-config.yaml and .github/workflows/format.yml
76-
ruff = ">=0.13.3,<0.15.0"
76+
ruff = ">=0.13.3,<0.16.0"
7777

7878
pre-commit = ">=4.1,<4.6"
7979

0 commit comments

Comments
 (0)