Skip to content

Commit c59f13a

Browse files
build(deps-dev): bump ruff from 0.15.13 to 0.15.14 in the ruff group (#22)
Bumps the ruff group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.13 to 0.15.14 - [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.13...0.15.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruff ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel Álvarez Álvarez <manuel-alvarez-alvarez@users.noreply.github.com>
1 parent a82858e commit c59f13a

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424

2525
[project.optional-dependencies]
2626
build = ["pyinstaller>=6.0"]
27-
dev = ["ruff>=0.15.13"]
27+
dev = ["ruff>=0.15.14"]
2828
test = [
2929
"pytest>=9",
3030
"pytest-asyncio>=1.0",
@@ -68,5 +68,5 @@ quote-style = "double"
6868

6969
[dependency-groups]
7070
dev = [
71-
"ruff>=0.15.13",
71+
"ruff>=0.15.14",
7272
]

uv.lock

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

0 commit comments

Comments
 (0)