diff --git a/poetry.lock b/poetry.lock index a5f15f48..80307ede 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,18 +296,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.90" +version = "1.26.105" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.90-py3-none-any.whl", hash = "sha256:f1123076445f93fa85bf7ee956ae33041f2e077a6824e31929cc56ad31aeffc1"}, - {file = "boto3-1.26.90.tar.gz", hash = "sha256:1d33abca60643d14f90a9e77d94085ebfd8f8bf8f157f582466f6b3a141bab8c"}, + {file = "boto3-1.26.105-py3-none-any.whl", hash = "sha256:f4951f8162905b96fd045e32853ba8cf707042faac846a23910817c508ef27d7"}, + {file = "boto3-1.26.105.tar.gz", hash = "sha256:2914776e0138530ec6464d0e2f05b4aa18e9212ac920c48472f8a93650feaed2"}, ] [package.dependencies] -botocore = ">=1.29.90,<1.30.0" +botocore = ">=1.29.105,<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 = "d682a222a9f63dec4663fc8236d0025a78ae5ab80ff26060b9ba7ec55897fd31" +content-hash = "663bd303986fbd6b4d86a188be84776430b1ab185448ccb59a379d63e59dbc40" diff --git a/pyproject.toml b/pyproject.toml index 4e21d925..47a05ff2 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.90" +boto3 = "1.26.105" botocore = "1.29.105" colorama = "0.4.6" detect-secrets = "1.4.0"