Skip to content

Commit

Permalink
Restrict sh dependency to < 2.0.0. (#31) (#32)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4a72fe2)
  • Loading branch information
felixfontein authored Feb 10, 2023
1 parent ef49e77 commit face279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/31-sh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- "Restrict the ``sh`` dependency to versions before 2.0.0 (https://github.com/ansible-community/antsibull-core/pull/31)."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ perky = "*"
pydantic = "*"
PyYAML = "*"
semantic_version = "*"
sh = "*"
sh = ">= 1.0.0 < 2.0.0"
# 0.5.0 introduces dict_config
twiggy = ">= 0.5.0"

Expand Down

0 comments on commit face279

Please sign in to comment.