diff --git a/poetry.lock b/poetry.lock index d1e3eaa2..ca525025 100644 --- a/poetry.lock +++ b/poetry.lock @@ -304,18 +304,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.80" +version = "1.26.81" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.80-py3-none-any.whl", hash = "sha256:704065abc8fdd2519491c11eeb65d69f21d0baf278b66b0b44090cc09c8c7bf8"}, - {file = "boto3-1.26.80.tar.gz", hash = "sha256:7816da48b9626a482e955628ade527a4a84ff462043ac1a129011f7f66e8648c"}, + {file = "boto3-1.26.81-py3-none-any.whl", hash = "sha256:a631ce2d22662f326cdf121967b53c251338e4ae7cdfa166c11a31e94a8b6a60"}, + {file = "boto3-1.26.81.tar.gz", hash = "sha256:898fa38387e2f5a9136aec6cf9caa0a44ddbf78f1c4aaa33f7b1611ac44b4a4d"}, ] [package.dependencies] -botocore = ">=1.29.80,<1.30.0" +botocore = ">=1.29.81,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2620,4 +2620,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a0572cccded1ab9fb400a0295286fc1a8c716e732a7dd67bf9af6f7369ccda6f" +content-hash = "8f17c20bcc5bfb25cb15e3714cd24d7bb4496b6fe538df4d035e87cf96cc71cf" diff --git a/pyproject.toml b/pyproject.toml index 49a903d5..4924dcb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ azure-mgmt-security = "3.0.0" azure-mgmt-storage = "21.0.0" azure-mgmt-subscription = "3.1.1" azure-storage-blob = "12.15.0" -boto3 = "1.26.80" +boto3 = "1.26.81" botocore = "1.29.81" colorama = "0.4.6" detect-secrets = "1.4.0"