Skip to content

Commit 92953c9

Browse files
committed
Update CI files
1 parent 079ff0d commit 92953c9

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ jobs:
3232
with:
3333
python-version: "3.11"
3434

35-
# Click is pinned because of:
36-
# https://github.com/pallets/click/issues/3065
3735
- name: "Install python dependencies"
3836
run: |
3937
echo ::group::PYDEPS
40-
pip install bump-my-version towncrier 'click<8.3'
38+
pip install bump-my-version towncrier
4139
echo ::endgroup::
4240
4341
- name: "Configure Git with pulpbot name and email"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: "Install python dependencies"
7272
run: |
7373
echo ::group::PYDEPS
74-
pip install build towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version 'click<8.3'
74+
pip install build towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version
7575
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulp_python/.ci/assets/httpie/" >> $GITHUB_ENV
7676
echo ::endgroup::
7777

lint_requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
# For more info visit https://github.com/pulp/plugin_template
77

88
black==24.3.0
9-
# Click is pinned because of:
10-
# https://github.com/pallets/click/issues/3065
11-
click<8.3
129
bump-my-version
1310
check-manifest
1411
flake8

0 commit comments

Comments
 (0)