diff --git a/poetry.lock b/poetry.lock index fdecd16e..0ba482cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -316,14 +316,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.115" +version = "1.29.125" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.115-py3-none-any.whl", hash = "sha256:dff327977d7c9f98f2dc54b51b8f70326952dd50ae23b885fdfa8bfeec014b76"}, - {file = "botocore-1.29.115.tar.gz", hash = "sha256:58eee8cf8f4f3e515df29f6dc535dd86ed3f4cea40999c5bc74640ff40bdc71f"}, + {file = "botocore-1.29.125-py3-none-any.whl", hash = "sha256:ac87b63e9aa4231cd28941945024a0c4470c184c60334ebe5e1cae3544c785ed"}, + {file = "botocore-1.29.125.tar.gz", hash = "sha256:3005a7ffee083315e69938acdf1bfeaf9e21fe1fe1643d6573ee817721f4ffcd"}, ] [package.dependencies] @@ -2843,4 +2843,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "dd980a439582ae1efec4125c14c2a1615d43f35025160a441291973eb1721d60" +content-hash = "ac56ddfc739e81f87907b819506634164eaab524d6125eb4724e8d67abc76a1e" diff --git a/pyproject.toml b/pyproject.toml index ab07305f..fc556de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ azure-mgmt-storage = "21.0.0" azure-mgmt-subscription = "3.1.1" azure-storage-blob = "12.16.0" boto3 = "1.26.115" -botocore = "1.29.115" +botocore = "1.29.125" colorama = "0.4.6" detect-secrets = "1.4.0" google-api-python-client = "2.86.0"