diff --git a/poetry.lock b/poetry.lock index b2c1bbd7..8098fb85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -315,14 +315,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.81" +version = "1.29.82" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.81-py3-none-any.whl", hash = "sha256:b0b9f4b784e6e58e52f6756bd28d32240016377659adc04e0a0a12df2a90e3f9"}, - {file = "botocore-1.29.81.tar.gz", hash = "sha256:b140c865fce64097c54cba37420c27f24b26cdec0fc00ce83ad439d3bdb053e1"}, + {file = "botocore-1.29.82-py3-none-any.whl", hash = "sha256:b31e86f9b51eced5506a0f6038370fe8c1355000379610def1bb9e91cae9e77e"}, + {file = "botocore-1.29.82.tar.gz", hash = "sha256:913ca09a184cf4428f05838afc631c4fb93f3b173871b69d66230fd14656a3a1"}, ] [package.dependencies] @@ -2611,4 +2611,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "56f87af08df28c4582781a4b9cef93aedf7a8672df7b7a737f5cca137f06ef2b" +content-hash = "906fc1bb3f042e8182a873bea66a0ca68b2b6020de0ee45b1b336d9a0c1b378e" diff --git a/pyproject.toml b/pyproject.toml index cf2a7267..a68d2a64 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.81" -botocore = "1.29.81" +botocore = "1.29.82" colorama = "0.4.6" detect-secrets = "1.4.0" mkdocs = {version = "1.4.2", optional = true}