Skip to content

Commit 99c91f4

Browse files
committed
Chore: Relax dependency versions of tool packages
1 parent 44248e2 commit 99c91f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ dependencies = [
6565
]
6666
optional-dependencies.develop = [
6767
"poethepoet<1",
68-
"proselint<0.15",
68+
"proselint<1",
6969
"pyproject-fmt<3",
7070
"ruff<0.12",
71-
"validate-pyproject<0.24",
71+
"validate-pyproject<1",
7272
]
7373
optional-dependencies.release = [
7474
"build<2",

0 commit comments

Comments
 (0)