Skip to content

Commit

Permalink
Ensure yamlpath isn't held back to update ruamel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Apr 17, 2024
1 parent d787c53 commit 4ac2cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nt2/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ nestedtext
plumbum
rich
ruamel.yaml # but if yamlpath ever supports a different backend, reconsider
yamlpath
yamlpath>=3.6.9
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Text Processing :: Markup",
"Topic :: Utilities",
]
dependencies = ["cattrs", "nestedtext", "plumbum", "rich", "ruamel.yaml", "yamlpath"]
dependencies = ["cattrs", "nestedtext", "plumbum", "rich", "ruamel.yaml", "yamlpath>=3.6.9"]
requires-python = ">=3.7"

[project.urls]
Expand Down

0 comments on commit 4ac2cf4

Please sign in to comment.