diff --git a/poetry.lock b/poetry.lock index 84454ad6b7..08978753b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -700,17 +700,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.146" +version = "1.34.148" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.146-py3-none-any.whl", hash = "sha256:7ec568fb19bce82a70be51f08fddac1ef927ca3fb0896cbb34303a012ba228d8"}, - {file = "boto3-1.34.146.tar.gz", hash = "sha256:5686fe2a6d1aa1de8a88e9589cdcc33361640d3d7a13da718a30717248886124"}, + {file = "boto3-1.34.148-py3-none-any.whl", hash = "sha256:d63d36e5a34533ba69188d56f96da132730d5e9932c4e11c02d79319cd1afcec"}, + {file = "boto3-1.34.148.tar.gz", hash = "sha256:2058397f0a92c301e3116e9e65fbbc70ea49270c250882d65043d19b7c6e2d17"}, ] [package.dependencies] -botocore = ">=1.34.146,<1.35.0" +botocore = ">=1.34.148,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4511,4 +4511,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "e74d628c6562c85d18d46fb2e221f61b463c47c903015cad23368405f91890ce" +content-hash = "078484a630de2206860bbb0378454cfde975168e112885819ae8e09f398bfdfd" diff --git a/pyproject.toml b/pyproject.toml index b87c511d88..76cb4005c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.0" azure-storage-blob = "12.21.0" -boto3 = "1.34.146" +boto3 = "1.34.148" botocore = "1.34.148" colorama = "0.4.6" detect-secrets = "1.5.0"