Skip to content

Commit

Permalink
Add lower bounds to all requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Oct 12, 2024
1 parent defa921 commit bcbea1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dynamic = [
"version",
]
dependencies = [
"pillow",
"pytest",
"pillow>=10.4.0",
"pytest>=8.3.3",
]
optional-dependencies.dev = [
"actionlint-py==1.7.3.17",
Expand Down

0 comments on commit bcbea1b

Please sign in to comment.