From 9713086027e89ceec504baf2e129c19abee6a4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 18:56:26 +0000 Subject: [PATCH] build(deps): bump pip from 25.1 to 25.1.1 Bumps [pip](https://github.com/pypa/pip) from 25.1 to 25.1.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.1...25.1.1) --- updated-dependencies: - dependency-name: pip dependency-version: 25.1.1 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 84c6e1e31e..770e9ab9e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Always use a fixed version, this is important for correct hashing. # Dependabot will keep these versions up to date. -pip == 25.1 # pip is the package installer for Python +pip == 25.1.1 # pip is the package installer for Python setuptools == 80.0.0 # for building Python packages pyelftools == 0.32 # for building U-Boot unidiff == 0.7.5 # for parsing unified diff