Skip to content

Commit

Permalink
Update dependency botocore to >=1.37.9,<1.37.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2025
1 parent 1a8fe34 commit d63b1c7
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.9,<1.37.10"
fastapi = {extras = ["standard"], version = "*"}
pyjwt = "*"
gunicorn = "*"
Expand Down

0 comments on commit d63b1c7

Please sign in to comment.