chore(deps): bump botocore from 1.35.15 to 1.35.16 (#4989)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergio <sergio@prowler.com>
This commit is contained in:
dependabot[bot]
2024-09-11 10:53:18 -04:00
committed by GitHub
parent 2e4f8cbfc7
commit 359a1f2c8e
3 changed files with 7 additions and 7 deletions
Generated
+5 -5
View File
@@ -744,13 +744,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
version = "1.35.15"
version = "1.35.16"
description = "Low-level, data-driven core of boto 3."
optional = false
python-versions = ">=3.8"
files = [
{file = "botocore-1.35.15-py3-none-any.whl", hash = "sha256:a01a7668941c9276ca7697fb0b09a47ab1f13e585c5ca6551270528f4e086de8"},
{file = "botocore-1.35.15.tar.gz", hash = "sha256:bbfe4f6cd417d1d097900db062f1017e5185775acdeccd0eff1ec0f499633242"},
{file = "botocore-1.35.16-py3-none-any.whl", hash = "sha256:3564a980d95ff2861a6ca74313173d8778aa659125c63cf49c93ad23896c63b1"},
{file = "botocore-1.35.16.tar.gz", hash = "sha256:1b48c94e8a4bbe23143f3d1c21a32b9ffc7476b651ef42371ab45d678f6dbfbc"},
]
[package.dependencies]
@@ -762,7 +762,7 @@ urllib3 = [
]
[package.extras]
crt = ["awscrt (==0.21.2)"]
crt = ["awscrt (==0.21.5)"]
[[package]]
name = "cachetools"
@@ -4967,4 +4967,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "8653c5c543c244a6e5ba79337237f2041e8cbf138a170ab29a0cfdf1d8c598c4"
content-hash = "10056df464e76a0460522bf45ad9f00394964c87762bf13a5a44d0e5c7cdc7f4"
+1 -1
View File
@@ -47,7 +47,7 @@ azure-mgmt-subscription = "3.1.1"
azure-mgmt-web = "7.3.1"
azure-storage-blob = "12.22.0"
boto3 = "1.35.15"
botocore = "1.35.15"
botocore = "1.35.16"
colorama = "0.4.6"
cryptography = "43.0.1"
dash = "2.18.0"
+1 -1
View File
@@ -785,7 +785,7 @@ aws:
aws_provider = AwsProvider()
response = aws_provider.generate_regional_clients("ec2")
assert len(response.keys()) == 29
assert len(response.keys()) == 30
@mock_aws
def test_generate_regional_clients_with_enabled_regions(self):