Skip to content

Commit

Permalink
Fix dependency for maison
Browse files Browse the repository at this point in the history
  • Loading branch information
edupuis-psee authored Aug 20, 2024
1 parent 47039c9 commit 19dbbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires-python = ">=3.8"
dependencies = [
"click>=8.1.3",
"ruyaml>=0.91.0",
"maison>=1.4.0",
"maison>=1.4.0,<2.0.0",
]
name = "yamlfix"
description = "A simple opionated yaml formatter that keeps your comments!"
Expand Down

0 comments on commit 19dbbe8

Please sign in to comment.