From 50ec2b46a3aa8de4fb6d67c7f4bc743f9127c976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 03:56:52 +0000 Subject: [PATCH] Bump requests from 2.33.1 to 2.34.2 in /services/search-mediator Bumps [requests](https://github.com/psf/requests) from 2.33.1 to 2.34.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.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 62659ba..9b8b12a 100644 --- a/services/search-mediator/requirements.txt +++ b/services/search-mediator/requirements.txt @@ -1,4 +1,4 @@ flask==3.1.3 -requests==2.33.1 +requests==2.34.2 urllib3==2.7.0 pyyaml==6.0.3