diff --git a/poetry.lock b/poetry.lock index 7e0eb1d991..517b842b55 100644 --- a/poetry.lock +++ b/poetry.lock @@ -711,17 +711,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.147" +version = "1.34.148" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.147-py3-none-any.whl", hash = "sha256:e1cef9a1a301866bcdee32ae0c699465eb2345f9a8e613a5835821430165ff6d"}, - {file = "boto3-1.34.147.tar.gz", hash = "sha256:9ec1c6ab22588242a47549f51a63dfc7c21fdf95a94820fc6e629ab060c38bd9"}, + {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.147,<1.35.0" +botocore = ">=1.34.148,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -4897,4 +4897,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 = "a6612c2658ae667912e1aa107bf39edd05adb6fe8f1542fcb3c36a5856bed537" +content-hash = "97aa37ea7c7ff66d22ec53e7776f3b712b4a9508c9df44e39f2281d501c3f1a5" diff --git a/pyproject.toml b/pyproject.toml index a7ff1f4868..d41dba6f2f 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.147" +boto3 = "1.34.148" botocore = "1.34.148" colorama = "0.4.6" cryptography = "43.0.0"