From 025443a0476db624e6ab60511c0c3443a79e97ac Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sun, 14 Jul 2024 16:18:27 -0400 Subject: [PATCH] Update to `pipx==1.6.0` https://pipx.pypa.io/stable/changelog/ --- .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 3b6f211..2430aff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: env: HATCH_ENV: "ci" HATCH_VERSION: "1.9.4" - PIPX_VERSION: "1.5.0" + PIPX_VERSION: "1.6.0" steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5