From 0fe03dd77957ce6e9df15021b15eff59d61d9739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:32:47 +0000 Subject: [PATCH] Bump pip from 26.1.2 to 26.2 in /services/quarantine Bumps [pip](https://github.com/pypa/pip) from 26.1.2 to 26.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.1.2...26.2) --- updated-dependencies: - dependency-name: pip dependency-version: '26.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/quarantine/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/quarantine/pyproject.toml b/services/quarantine/pyproject.toml index ae34bbb..6c3f2bc 100644 --- a/services/quarantine/pyproject.toml +++ b/services/quarantine/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "requests==2.33.1", "watchdog>=4.0", "yara-python==4.5.4", - "pip==26.1.2", + "pip==26.2", "setuptools==83.0.0", "wheel==0.46.2", ]