From 85b4e54d41614856da7c375a966c4fca560479e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:50:41 +0000 Subject: [PATCH] Update pip requirement from ~=25.2 to ~=26.0 Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.2...26.0) --- updated-dependencies: - dependency-name: pip dependency-version: '26.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bcdcf1..3b44207 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["privacy"] classifiers = ["Programming Language :: Python :: 3"] dependencies = [ - "pip~=25.2", + "pip~=26.0", "pyyaml~=6.0.2", "pydantic~=2.11.7" ] diff --git a/requirements.txt b/requirements.txt index 6b1f073..75b49bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pip~=25.2 +pip~=26.0 pyyaml~=6.0.2 \ No newline at end of file