From 3f90e81055122e96ed19b754ac0dd6c1ee61c320 Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sat, 9 Dec 2023 17:10:59 -0500 Subject: [PATCH] Update to `pipx==1.3.3` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fd6e26..2e45a77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: env: HATCH_ENV: "ci" HATCH_VERSION: "1.7.0" - PIPX_VERSION: "1.2.0" + PIPX_VERSION: "1.3.3" steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4