Skip to content

Commit

Permalink
Update dependency botocore to >=1.37.7,<1.37.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2025
1 parent 065bbca commit 714f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7,<1.37.8"
fastapi = {extras = ["standard"], version = "*"}
pyjwt = "*"
gunicorn = "*"
Expand Down

0 comments on commit 714f7a8

Please sign in to comment.