Skip to content

Commit a2befe1

Browse files
build(deps): bump ruff from 0.15.8 to 0.15.12
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.8 to 0.15.12. - [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.8...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bb5a13 commit a2befe1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.11"
1111
dependencies = [
1212
"slack-bolt==1.27.0",
1313
"pytest==9.0.2",
14-
"ruff==0.15.8",
14+
"ruff==0.15.12",
1515
"slack-cli-hooks<1",
1616
]
1717

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
slack-bolt==1.27.0
22
pytest==9.0.2
3-
ruff==0.15.8
3+
ruff==0.15.12
44
slack-cli-hooks<1

0 commit comments

Comments
 (0)