diff --git a/poetry.lock b/poetry.lock index c1dbd979..876e4a9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,18 +296,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.105" +version = "1.26.115" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.105-py3-none-any.whl", hash = "sha256:f4951f8162905b96fd045e32853ba8cf707042faac846a23910817c508ef27d7"}, - {file = "boto3-1.26.105.tar.gz", hash = "sha256:2914776e0138530ec6464d0e2f05b4aa18e9212ac920c48472f8a93650feaed2"}, + {file = "boto3-1.26.115-py3-none-any.whl", hash = "sha256:deb53ad15ff0e75ae0be6d7115a2d34e4bafb0541484485f0feb61dabdfb5513"}, + {file = "boto3-1.26.115.tar.gz", hash = "sha256:2272a060005bf8299f7342cbf1344304eb44b7060cddba6784f676e3bc737bb8"}, ] [package.dependencies] -botocore = ">=1.29.105,<1.30.0" +botocore = ">=1.29.115,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2843,4 +2843,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "91966b275404fc555a324b7f86c67faab6fcc411e783f7027d393eea6d3737a8" +content-hash = "2bd214a98a50a4710bb43ac28e3dfef5430a82619467210527ae806e43af9f4c" diff --git a/pyproject.toml b/pyproject.toml index 241ee944..f156b33d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ azure-mgmt-security = "4.0.0" azure-mgmt-storage = "21.0.0" azure-mgmt-subscription = "3.1.1" azure-storage-blob = "12.16.0" -boto3 = "1.26.105" +boto3 = "1.26.115" botocore = "1.29.115" colorama = "0.4.6" detect-secrets = "1.4.0"