From face279e189a0c2b941227f9f1287ca4b2d96a3f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 10 Feb 2023 08:58:41 +0100 Subject: [PATCH] Restrict sh dependency to < 2.0.0. (#31) (#32) (cherry picked from commit 4a72fe2bf5c95eaf2f6c0f2131b2b881bbcfd4b7) --- changelogs/fragments/31-sh.yml | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/31-sh.yml diff --git a/changelogs/fragments/31-sh.yml b/changelogs/fragments/31-sh.yml new file mode 100644 index 0000000..4c6583a --- /dev/null +++ b/changelogs/fragments/31-sh.yml @@ -0,0 +1,2 @@ +bugfixes: + - "Restrict the ``sh`` dependency to versions before 2.0.0 (https://github.com/ansible-community/antsibull-core/pull/31)." diff --git a/pyproject.toml b/pyproject.toml index b38e3fd..51c9082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"