From a58004b9bc2d870de59e570b3fc2f2a600e85d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:43:02 +0000 Subject: [PATCH] Bump pipx from 1.2.0 to 1.7.1 Bumps [pipx](https://github.com/pypa/pipx) from 1.2.0 to 1.7.1. - [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.2.0...1.7.1) --- updated-dependencies: - dependency-name: pipx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 020e2b0b..422c0c12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ iniconfig==2.0.0 ; python_version >= "3.7" and python_version < "4.0" mock==5.1.0 ; python_version >= "3.7" and python_version < "4.0" multidict==6.0.4 ; python_version >= "3.7" and python_version < "4.0" packaging==23.1 ; python_version >= "3.7" and python_version < "4.0" -pipx==1.2.0 ; python_version >= "3.7" and python_version < "4.0" +pipx==1.7.1 ; python_version >= "3.7" and python_version < "4.0" pluggy==1.2.0 ; python_version >= "3.7" and python_version < "4.0" pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0" pyjwt==2.8.0 ; python_version >= "3.7" and python_version < "4.0"