Skip to content

Commit

Permalink
Chore: Relax a few dependency versions
Browse files Browse the repository at this point in the history
... for poethepoet, pyproject-fmt, and validate-pyproject.
  • Loading branch information
amotl committed Feb 22, 2025
1 parent 06658a6 commit dcfa5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ dependencies = [

optional-dependencies.develop = [
"mypy<1.16",
"poethepoet<0.32",
"pyproject-fmt<2.6",
"poethepoet<1",
"pyproject-fmt<3",
"ruff<0.10",
"validate-pyproject<0.24",
"validate-pyproject<1",
]
optional-dependencies.release = [
"build<2",
Expand Down

0 comments on commit dcfa5fb

Please sign in to comment.