From 6fece22235951dfd665308f957a44d21d5c48955 Mon Sep 17 00:00:00 2001 From: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:08:50 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20Revert=20"chore:=20pin=20the=20version?= =?UTF-8?q?=20of=20click=20that=20hatch=20uses=20to=20<8.3=20due=20to=20Se?= =?UTF-8?q?ntin=E2=80=A6=20(#272)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b40ee64ca61cdf27e96d27a8c7f4000d91164538. Signed-off-by: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> --- .github/workflows/release_publish.yml | 2 +- pipeline/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index ceac0e6d..4b50c665 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -83,7 +83,7 @@ jobs: python-version: '3.9' - name: Install dependencies run: | - pip install --upgrade hatch "click<8.3" + pip install --upgrade hatch - name: Build run: hatch -v build # # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi diff --git a/pipeline/build.sh b/pipeline/build.sh index 128d74e5..e8014f30 100755 --- a/pipeline/build.sh +++ b/pipeline/build.sh @@ -3,7 +3,7 @@ set -e pip install --upgrade pip -pip install --upgrade hatch "click<8.3" +pip install --upgrade hatch pip install --upgrade twine hatch run codebuild:lint hatch run codebuild:test