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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MrCloudSec <hello@mistercloudsec.com>
This commit is contained in:
dependabot[bot]
2025-01-21 09:17:18 -05:00
committed by Pepe Fagoaga
parent 3373b0f47c
commit 3ffe147664
4 changed files with 7 additions and 7 deletions
Generated
+4 -4
View File
@@ -794,13 +794,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
version = "1.35.94"
version = "1.35.99"
description = "Low-level, data-driven core of boto 3."
optional = false
python-versions = ">=3.8"
files = [
{file = "botocore-1.35.94-py3-none-any.whl", hash = "sha256:d784d944865d8279c79d2301fc09ac28b5221d4e7328fb4e23c642c253b9932c"},
{file = "botocore-1.35.94.tar.gz", hash = "sha256:2b3309b356541faa4d88bb957dcac1d8004aa44953c0b7d4521a6cc5d3d5d6ba"},
{file = "botocore-1.35.99-py3-none-any.whl", hash = "sha256:b22d27b6b617fc2d7342090d6129000af2efd20174215948c0d7ae2da0fab445"},
{file = "botocore-1.35.99.tar.gz", hash = "sha256:1eab44e969c39c5f3d9a3104a0836c24715579a455f12b3979a31d7cde51b3c3"},
]
[package.dependencies]
@@ -5199,4 +5199,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "f61504004f28f4fc53d238f46538fe689237e9c5a53da34388ed4f826219ba84"
content-hash = "dca46badb8c71b7a99cdfe6b6ecd6c421e5acb6c602f913eec16126a4c97ca22"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -821,7 +821,7 @@ aws:
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):
@@ -135,7 +135,7 @@ class Test_EventBridge_Service:
)
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 (