From c0b24aac233089275aa65ac550baf5b38fbb21eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:35:15 +0000 Subject: [PATCH] chore(deps): update requests requirement in /unicorn_web Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- unicorn_web/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_web/pyproject.toml b/unicorn_web/pyproject.toml index d650eff..83a22aa 100644 --- a/unicorn_web/pyproject.toml +++ b/unicorn_web/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "aws-lambda-powertools[tracer]>=3.25.0", "aws-xray-sdk>=2.15.0", "boto3>=1.42.68", - "requests>=2.32.5", + "requests>=2.33.1", "crhelper>=2.0.12", ]