From 81e9358df0db9ad544606813c54b05751f3eb00f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:22:36 +0000 Subject: [PATCH] pipx: Update to version 1.4.0 --- bucket/pipx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pipx.json b/bucket/pipx.json index 2002ec6cee..f262ebdf6c 100644 --- a/bucket/pipx.json +++ b/bucket/pipx.json @@ -1,13 +1,13 @@ { - "version": "1.3.3", + "version": "1.4.0", "description": "Install and run Python applications in isolated environments", "homepage": "https://pipx.pypa.io/", "license": "MIT", "suggest": { "Python": "python" }, - "url": "https://github.com/pypa/pipx/releases/download/1.3.3/pipx.pyz", - "hash": "348b59b82b1ba9032513d36c2ea03ad3a34e45805ef8de7638a047673ee8b4cb", + "url": "https://github.com/pypa/pipx/releases/download/1.4.0/pipx.pyz", + "hash": "39ff4cd3dee218e3271e559179222a5238309530a905763ebbf6a69c65e68c67", "bin": "pipx.bat", "pre_install": "Set-Content -Value '@python \"%~dp0pipx.pyz\" %*' -Path \"$dir\\pipx.bat\"", "checkver": {