From d6d9df5d47e24545c39e4c5e44184a8ee4ec653d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 03:15:38 +0000 Subject: [PATCH] chore(deps): Bump pip from 24.2 to 24.3.1 Bumps [pip](https://github.com/pypa/pip) from 24.2 to 24.3.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.2...24.3.1) --- updated-dependencies: - dependency-name: pip 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 232fcf8c..e50dbd4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ msgpack==1.1.0 ; python_version == "3.8" nox==2024.10.9 ; python_version == "3.8" packaging==24.1 ; python_version == "3.8" pexpect==4.9.0 ; python_version == "3.8" -pip==24.2 ; python_version == "3.8" +pip==24.3.1 ; python_version == "3.8" pipx==1.7.1 ; python_version == "3.8" pkginfo==1.11.2 ; python_version == "3.8" platformdirs==4.3.6 ; python_version == "3.8"