Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump botocore from 1.35.94 to 1.35.99 #6520

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ azure-mgmt-subscription = "3.1.1"
azure-mgmt-web = "7.3.1"
azure-storage-blob = "12.24.0"
boto3 = "1.35.94"
botocore = "1.35.94"
botocore = "1.35.99"
colorama = "0.4.6"
cryptography = "43.0.1"
dash = "2.18.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/providers/aws/aws_provider_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def test_generate_regional_clients_all_enabled_regions(self):
aws_provider = AwsProvider()
response = aws_provider.generate_regional_clients("ec2")

assert len(response.keys()) == 30
assert len(response.keys()) == 32

@mock_aws
def test_generate_regional_clients_with_enabled_regions(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_list_event_buses(self):
)
aws_provider = set_mocked_aws_provider()
eventbridge = EventBridge(aws_provider)
assert len(eventbridge.buses) == 31 # 1 per region
assert len(eventbridge.buses) == 33 # 1 per region
for bus in eventbridge.buses.values():
if bus.name == "test":
assert (
Expand Down
Loading