From 92246763bc214bbbf738feea001c582fb14fdf73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:30:00 +0000 Subject: [PATCH] pipx: Update to version 1.7.0 --- bucket/pipx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pipx.json b/bucket/pipx.json index 0269227fb3..28c2282909 100644 --- a/bucket/pipx.json +++ b/bucket/pipx.json @@ -1,13 +1,13 @@ { - "version": "1.6.0", + "version": "1.7.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.6.0/pipx.pyz", - "hash": "ae4f39e8916e2a0c3699393b1d9c63947388e11ea438d18f7fc51f55f7de1ded", + "url": "https://github.com/pypa/pipx/releases/download/1.7.0/pipx.pyz", + "hash": "4c1ebcfa6fe0f165bc848650691ace14f81ad25c6f69f3b47cc6c6261751cd3a", "bin": "pipx.bat", "pre_install": "Set-Content -Value '@python \"%~dp0pipx.pyz\" %*' -Path \"$dir\\pipx.bat\"", "checkver": {