Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest==9.1.1",
"ruff==0.15.22",
"ruff==0.16.1",
]

[tool.setuptools.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ slack-cli-hooks<1.0.0
openai==2.51.0

pytest==9.1.1
ruff==0.15.22
ruff==0.16.1
python-dotenv==1.2.2
slack-cli-hooks<1.0.0
Loading