Skip to content

Commit deefa5e

Browse files
build(deps): bump ruff from 0.14.7 to 0.15.4 (#53)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.7 to 0.15.4. - [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.7...0.15.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa881c9 commit deefa5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
[project.optional-dependencies]
1414
dev = [
1515
"pytest==8.4.2",
16-
"ruff==0.14.7",
16+
"ruff==0.15.4",
1717
]
1818

1919
[tool.setuptools.packages.find]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ slack-cli-hooks<1.0.0
66
openai==2.24.0
77

88
pytest==9.0.2
9-
ruff==0.14.14
9+
ruff==0.15.4
1010
python-dotenv==1.2.1
1111
slack-cli-hooks<1.0.0

0 commit comments

Comments
 (0)