From f5ddd6d31f4b829403b9e6a314833f612b1745cd Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sat, 9 Dec 2023 17:11:28 -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 e3bae58..08c487e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,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