From d63b1c71591af18220ed41bf568f6892a874a584 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 00:32:57 +0000 Subject: [PATCH] Update dependency botocore to >=1.37.9,<1.37.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10ae3d6..99d6665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ aiobotocore = "*" # Botocore later than 1.36.20 causes KeyError: 'botocore_supported_protocols' in # tests/app/providers/test_provider_aws.py # TestProviderAWS::test_send_push_notification_botocore_exceptions_not_retriable -botocore = ">=1.36.0,<1.36.20" +botocore = ">=1.37.9,<1.37.10" fastapi = {extras = ["standard"], version = "*"} pyjwt = "*" gunicorn = "*"