From e7b374dbc94f050a44401cb793192cab1db19c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 22:17:51 +0000 Subject: [PATCH] chore(deps): bump requests Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [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.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../intermediate/api-security-scanner/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml b/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml index ed9e6ca..8221956 100644 --- a/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml +++ b/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "python-jose[cryptography]==3.5.0", "bcrypt==5.0.0", # HTTP client for scanners - "requests==2.32.5", + "requests==2.33.0", "httpx==0.28.1", "aiohttp==3.13.4", # Settings management