diff --git a/poetry.lock b/poetry.lock index 7a31cbec23..a1eea71981 100644 --- a/poetry.lock +++ b/poetry.lock @@ -712,17 +712,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.148" +version = "1.34.149" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.148-py3-none-any.whl", hash = "sha256:d63d36e5a34533ba69188d56f96da132730d5e9932c4e11c02d79319cd1afcec"}, - {file = "boto3-1.34.148.tar.gz", hash = "sha256:2058397f0a92c301e3116e9e65fbbc70ea49270c250882d65043d19b7c6e2d17"}, + {file = "boto3-1.34.149-py3-none-any.whl", hash = "sha256:11edeeacdd517bda3b7615b754d8440820cdc9ddd66794cc995a9693ddeaa3be"}, + {file = "boto3-1.34.149.tar.gz", hash = "sha256:f4e6489ba9dc7fb37d53e0e82dbc97f2cb0a4969ef3970e2c88b8f94023ae81a"}, ] [package.dependencies] -botocore = ">=1.34.148,<1.35.0" +botocore = ">=1.34.149,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4898,4 +4898,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d5fc9c2e3d53616be66b5ef8ca340f74495f4358afd1e323163093a67de4942f" +content-hash = "2f26e434bacdb2d4defa5d4fc956267d3ce157faf3b3094d424c12e8f0684e59" diff --git a/pyproject.toml b/pyproject.toml index ccc2253ace..b4e2e40ac4 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.21.0" -boto3 = "1.34.148" +boto3 = "1.34.149" botocore = "1.34.149" colorama = "0.4.6" cryptography = "43.0.0"