From 08903363cfcd3449dfbe267604dc83f0cd23580e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:29:01 +0000 Subject: [PATCH] Bump requests from 2.33.1 to 2.34.2 in /services/quarantine 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/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..ac2e95a 100644 --- a/services/quarantine/pyproject.toml +++ b/services/quarantine/pyproject.toml @@ -5,7 +5,7 @@ description = "Quarantine pipeline: verify, scan, smoke-test, and promote model requires-python = ">=3.11" dependencies = [ "pyyaml>=6.0", - "requests==2.33.1", + "requests==2.34.2", "watchdog>=4.0", "yara-python==4.5.4", "pip==26.1.2",