From e57e8ff163b6df8dbac8ce544bd49c20c383cf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:41:56 +0000 Subject: [PATCH] chore(deps): update pip requirement from ~=25.2 to >=25.2,<27.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.1.2) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 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 bec5edd..3cfdd7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["privacy"] classifiers = ["Programming Language :: Python :: 3"] dependencies = [ - "pip~=25.2", + "pip>=25.2,<27.0", "pyyaml~=6.0.2", "pydantic~=2.11.7" ] diff --git a/requirements.txt b/requirements.txt index 6b1f073..49b25f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pip~=25.2 +pip>=25.2,<27.0 pyyaml~=6.0.2 \ No newline at end of file