From 867ce602215aec6295801953c1bfa1c791311a9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 08:27:04 +0000 Subject: [PATCH] pipx: Update to version 1.4.3 --- bucket/pipx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pipx.json b/bucket/pipx.json index 99406dc060..2f834b40b5 100644 --- a/bucket/pipx.json +++ b/bucket/pipx.json @@ -1,13 +1,13 @@ { - "version": "1.4.2", + "version": "1.4.3", "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.4.2/pipx.pyz", - "hash": "d9cb2560fcee7f6f8f1c63ffd5b79674a6ed7fc6ee2baff42085d9b98df00c5d", + "url": "https://github.com/pypa/pipx/releases/download/1.4.3/pipx.pyz", + "hash": "949221fa7128df4641f1e62daff7c85a3dd05e1132a93e53a909e00fc3c9a32c", "bin": "pipx.bat", "pre_install": "Set-Content -Value '@python \"%~dp0pipx.pyz\" %*' -Path \"$dir\\pipx.bat\"", "checkver": {