We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70c6876 + bf7524e commit b8fdbf5Copy full SHA for b8fdbf5
2 files changed
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
[project.optional-dependencies]
14
dev = [
15
"pytest==8.4.2",
16
- "ruff==0.15.6",
+ "ruff==0.15.7",
17
]
18
19
[tool.setuptools.packages.find]
requirements.txt
@@ -6,6 +6,6 @@ slack-cli-hooks<1.0.0
6
openai==2.29.0
7
8
pytest==9.0.2
9
-ruff==0.15.6
+ruff==0.15.7
10
python-dotenv==1.2.1
11
slack-cli-hooks<1.0.0
0 commit comments