From 274129f04970e5bf46334ab85e8420b95a8b1268 Mon Sep 17 00:00:00 2001 From: Jitka Obselkova Date: Mon, 24 Nov 2025 11:25:24 +0100 Subject: [PATCH] Unpin click --- .github/workflows/test.yml | 2 +- requirements.txt | 3 --- templates/github/.github/workflows/release.yml.j2 | 4 +--- templates/github/.github/workflows/test.yml.j2 | 2 +- templates/github/lint_requirements.txt.j2 | 3 --- 5 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2797b578..ac345aa3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,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 'click<8.3' + pip install towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulp_catdog/.ci/assets/httpie/" >> $GITHUB_ENV echo ::endgroup:: diff --git a/requirements.txt b/requirements.txt index 1546c707..fb4fc085 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,3 @@ -# Click is pinned because of: -# https://github.com/pallets/click/issues/3065 -click<8.3 # This needs to match the version in templates/github/lint_requirement.txt.j2 black==24.3.0 jinja2 diff --git a/templates/github/.github/workflows/release.yml.j2 b/templates/github/.github/workflows/release.yml.j2 index 49b06f0e..d33c6e0b 100644 --- a/templates/github/.github/workflows/release.yml.j2 +++ b/templates/github/.github/workflows/release.yml.j2 @@ -31,9 +31,7 @@ jobs: {{ setup_python() | indent(6) }} - # Click is pinned because of: - # https://github.com/pallets/click/issues/3065 - {{ install_python_deps(["bump-my-version", "towncrier", "click<8.3"]) | indent(6) }} + {{ install_python_deps(["bump-my-version", "towncrier"]) | indent(6) }} {{ configure_git() | indent(6) }} diff --git a/templates/github/.github/workflows/test.yml.j2 b/templates/github/.github/workflows/test.yml.j2 index 252cd897..ee57b77d 100644 --- a/templates/github/.github/workflows/test.yml.j2 +++ b/templates/github/.github/workflows/test.yml.j2 @@ -67,7 +67,7 @@ jobs: {%- endfor %} {%- endif %} - {{ install_python_deps(["build", "towncrier", "twine", "wheel", "httpie", "docker", "netaddr", "boto3", "ansible~=10.3.0", "mkdocs", "jq", "jsonpatch", "bump-my-version", "click<8.3"]) | indent(6) }} + {{ install_python_deps(["build", "towncrier", "twine", "wheel", "httpie", "docker", "netaddr", "boto3", "ansible~=10.3.0", "mkdocs", "jq", "jsonpatch", "bump-my-version"]) | indent(6) }} {{ setup_env() | indent(6) }} diff --git a/templates/github/lint_requirements.txt.j2 b/templates/github/lint_requirements.txt.j2 index ab22f9c2..8cccca14 100644 --- a/templates/github/lint_requirements.txt.j2 +++ b/templates/github/lint_requirements.txt.j2 @@ -3,9 +3,6 @@ {% if black -%} black=={{ black_version }} {% endif -%} -# Click is pinned because of: -# https://github.com/pallets/click/issues/3065 -click<8.3 bump-my-version check-manifest flake8