Skip to content

Commit 31a429a

Browse files
committed
Fix strict-kwargs dev dependency alphabetical order
1 parent 7f27d1b commit 31a429a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ dependencies = [
3838
"urllib3>=2.2.3",
3939
"vws-auth-tools>=2024.7.12",
4040
]
41-
optional-dependencies.dev = [
42-
"actionlint-py==1.7.12.24",
41+
optional-dependencies.dev = [ "actionlint-py==1.7.12.24",
4342
"check-manifest==0.51",
4443
"deptry==0.25.1",
4544
"doc8==2.0.0",
@@ -76,13 +75,13 @@ optional-dependencies.dev = [
7675
"sphinx-pyproject==0.3.0",
7776
"sphinx-substitution-extensions==2026.1.12",
7877
"sphinxcontrib-spelling==8.0.2",
78+
"strict-kwargs==2026.5.18",
7979
"sybil==9.3.0",
8080
# Listed explicitly (despite being transitive via vws-python-mock) so that
8181
# [tool.uv.sources] can redirect to the CPU-only PyTorch index.
8282
# See: https://vws-python.github.io/vws-python-mock/installation.html#faster-installation
8383
"torch>=2.5.1",
8484
"torchvision>=0.20.1",
85-
"strict-kwargs==2026.5.18",
8685
"ty==0.0.36",
8786
"types-requests==2.33.0.20260513",
8887
"vulture==2.16",

0 commit comments

Comments
 (0)