From c8f634b6774f7e0056f106e19874628004ba9dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:56:57 +0000 Subject: [PATCH] Update pip requirement in the all-dependencies group Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. Updates `pip` to 24.3.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/commits) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index c96f20a..abcee5d 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,5 +1,5 @@ # This file is used for running tox, flake8 and building the wheel -pip~=24.2 +pip~=24.3 virtualenv~=20.27 setuptools~=75.2 logilab-common~=2.0