From 41aea4ad7cb9bab3df1b5c8e240a8f5170ec8207 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 30 Nov 2025 03:04:12 +0000 Subject: [PATCH] Update CI files --- .github/workflows/release.yml | 4 +--- .github/workflows/test.yml | 2 +- lint_requirements.txt | 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) 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 72b27244..3c2947a0 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -6,9 +6,6 @@ # For more info visit https://github.com/pulp/plugin_template black==24.3.0 -# Click is pinned because of: -# https://github.com/pallets/click/issues/3065 -click<8.3 bump-my-version check-manifest flake8