diff --git a/poetry.lock b/poetry.lock index bf139ef9a0..b4f571c648 100644 --- a/poetry.lock +++ b/poetry.lock @@ -709,17 +709,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.136" +version = "1.34.138" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.136-py3-none-any.whl", hash = "sha256:d41037e2c680ab8d6c61a0a4ee6bf1fdd9e857f43996672830a95d62d6f6fa79"}, - {file = "boto3-1.34.136.tar.gz", hash = "sha256:0314e6598f59ee0f34eb4e6d1a0f69fa65c146d2b88a6e837a527a9956ec2731"}, + {file = "boto3-1.34.138-py3-none-any.whl", hash = "sha256:81518aa95fad71279411fb5c94da4b4a554a5d53fc876faca62b7b5c8737f1cb"}, + {file = "boto3-1.34.138.tar.gz", hash = "sha256:f79c15e33eb7706f197d98d828b193cf0891966682ad3ec5e900f6f9e7362e35"}, ] [package.dependencies] -botocore = ">=1.34.136,<1.35.0" +botocore = ">=1.34.138,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4900,4 +4900,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "25bcd6154c111e7269262b56aa145542cdbe24b69143d859d9b67ab8b3aabf68" +content-hash = "9c3118c32be9bb97e32ce2b2c089fa2a7a4b4e485d67280aae752db27ed6e2cd" diff --git a/pyproject.toml b/pyproject.toml index d2b8a96a67..1be0957cfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.0" azure-storage-blob = "12.20.0" -boto3 = "1.34.136" +boto3 = "1.34.138" botocore = "1.34.138" colorama = "0.4.6" dash = "2.17.1"