From a881f492b42494af2ac6c425ff1be4467907c273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 02:22:23 +0000 Subject: [PATCH] chore(deps): Bump pip from 24.1 to 24.1.2 Bumps [pip](https://github.com/pypa/pip) from 24.1 to 24.1.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.1...24.1.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25d7d87c..4b897acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ msgpack==1.0.8 ; python_version == "3.8" nox==2024.4.15 ; python_version == "3.8" packaging==24.1 ; python_version == "3.8" pexpect==4.9.0 ; python_version == "3.8" -pip==24.1.1 ; python_version == "3.8" +pip==24.1.2 ; python_version == "3.8" pipx==1.6.0 ; python_version == "3.8" pkginfo==1.11.1 ; python_version == "3.8" platformdirs==4.2.2 ; python_version == "3.8"