From a8a62e16ced70d9a1389dd1f1dbae654d36a2cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:08 +0000 Subject: [PATCH] chore(deps-dev): update requests requirement in /unicorn_approvals 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:development ... Signed-off-by: dependabot[bot] --- unicorn_approvals/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_approvals/pyproject.toml b/unicorn_approvals/pyproject.toml index f9b5483..eac5c6c 100644 --- a/unicorn_approvals/pyproject.toml +++ b/unicorn_approvals/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "aws-lambda-powertools[all]>=3.25.0", - "requests>=2.32.5", + "requests>=2.33.1", "moto[dynamodb,events,sqs]>=5.1.22", "importlib-metadata>=8.7.1", "pyyaml>=6.0.3",