From a924c0c4e9a9c6df01c23927e16c466652cc8ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:29:09 +0000 Subject: [PATCH] Bump requests from 2.33.1 to 2.34.2 in /services/ui 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/ui/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ui/pyproject.toml b/services/ui/pyproject.toml index 0b7524e..d5b3399 100644 --- a/services/ui/pyproject.toml +++ b/services/ui/pyproject.toml @@ -5,7 +5,7 @@ description = "Secure AI Appliance local web UI" requires-python = ">=3.11" dependencies = [ "flask==3.1.3", - "requests==2.33.1", + "requests==2.34.2", "pyyaml==6.0.3", "gunicorn==25.3.0", "pip==26.1.2",