diff --git a/poetry.lock b/poetry.lock index f575f81546..07a1191eb8 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.90" +version = "1.29.100" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.90-py3-none-any.whl", hash = "sha256:1b8c1b8c366875e65d39237a296842b9c0ea33af2ba4a2771db2ba6aefa663ef"}, - {file = "botocore-1.29.90.tar.gz", hash = "sha256:2dbbc2c7d93ddefcf9896268597212d446e5d416fbceb1b12c793660fa9f83f3"}, + {file = "botocore-1.29.100-py3-none-any.whl", hash = "sha256:d5c4c5bbbbf0ec62a4235ccac1b9bbb579558f7bb3231d7fb6054e1f64d3a623"}, + {file = "botocore-1.29.100.tar.gz", hash = "sha256:ff6585df3dcef2057be5e54b45d254608d3769d726ea4ccd4e17f77825e5b13d"}, ] [package.dependencies] @@ -2844,4 +2844,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f610ddf5e9c62aa839413f63c1ce218dc2823f8ae1f1007854f45117f4caf3e4" +content-hash = "99bd8dccb94d4388e75e7145936b6394727e944f5b8e3da19a1c57b47950c083" diff --git a/pyproject.toml b/pyproject.toml index e98c3de664..0f0d643f4c 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.15.0" boto3 = "1.26.90" -botocore = "1.29.90" +botocore = "1.29.100" colorama = "0.4.6" detect-secrets = "1.4.0" google-api-python-client = "2.81.0"