diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b758bae6..7291dadd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,10 +32,12 @@ jobs: with: python-version: "3.11" + # Click is pinned because of: + # https://github.com/pallets/click/issues/3065 - name: "Install python dependencies" run: | echo ::group::PYDEPS - pip install bump-my-version towncrier + pip install bump-my-version towncrier 'click<8.3' echo ::endgroup:: - name: "Configure Git with pulpbot name and email" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a18b9230..02e0c673 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: - name: "Install python dependencies" run: | echo ::group::PYDEPS - pip install towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version + pip install towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version 'click<8.3' echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulp_python/.ci/assets/httpie/" >> $GITHUB_ENV echo ::endgroup:: diff --git a/lint_requirements.txt b/lint_requirements.txt index a2936209..092ccbd0 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -5,6 +5,9 @@ # # For more info visit https://github.com/pulp/plugin_template +# Click is pinned because of: +# https://github.com/pallets/click/issues/3065 +click<8.3 bump-my-version check-manifest flake8