From 5e728c55747fe5c92dde7385063bc01dcee01e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:12:48 +0000 Subject: [PATCH] build(deps): update pipx requirement in /.github/workflows Updates the requirements on [pipx](https://github.com/pypa/pipx) to permit the latest version. - [Release notes](https://github.com/pypa/pipx/releases) - [Changelog](https://github.com/pypa/pipx/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/pypa/pipx/compare/1.4.3...1.7.0) --- updated-dependencies: - dependency-name: pipx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index aeb58071..8fb8cb12 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==24.2 -pipx==1.4.3,!=1.5,!=1.6.0 +pipx==1.7.0 nox==2023.4.22 nox-poetry==1.0.3 virtualenv==20.26.3