diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7291dadd..b758bae6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,12 +32,10 @@ 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 'click<8.3' + pip install bump-my-version towncrier echo ::endgroup:: - name: "Configure Git with pulpbot name and email" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a244d25..88cfd8f3 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 build towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version 'click<8.3' + pip install build towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version 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 092ccbd0..a2936209 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -5,9 +5,6 @@ # # 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