From b8ef9923032c61d44fb2cb8f6b5511e8750d7ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 03:54:12 +0000 Subject: [PATCH] Bump pip from 26.1.2 to 26.2 in /services/search-mediator 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/search-mediator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/search-mediator/requirements.txt b/services/search-mediator/requirements.txt index f68f023..0e7698e 100644 --- a/services/search-mediator/requirements.txt +++ b/services/search-mediator/requirements.txt @@ -3,6 +3,6 @@ requests==2.33.1 urllib3==2.7.0 pyyaml==6.0.3 gunicorn==25.3.0 -pip==26.1.2 +pip==26.2 setuptools==83.0.0 wheel==0.46.2