Skip to content

Commit

Permalink
chore(deps): bump botocore from 1.35.94 to 1.35.99 (#6520)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MrCloudSec <[email protected]>
  • Loading branch information
dependabot[bot] and MrCloudSec authored Jan 21, 2025
1 parent 67c6276 commit 114c4e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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

0 comments on commit 114c4e0

Please sign in to comment.