diff --git a/poetry.lock b/poetry.lock index 0fcb156ebb..d2eb3ed492 100644 --- a/poetry.lock +++ b/poetry.lock @@ -728,13 +728,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.137" +version = "1.34.138" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.137-py3-none-any.whl", hash = "sha256:a980fa4adec4bfa23fff70a3512622e9412c69c791898a52cafc2458b0be6040"}, - {file = "botocore-1.34.137.tar.gz", hash = "sha256:e29c8e9bfda0b20a1997792968e85868bfce42fefad9730f633a81adcff3f2ef"}, + {file = "botocore-1.34.138-py3-none-any.whl", hash = "sha256:84e96a954c39a6f09cae4ea95b2ae582b5ae01b5040c92507b60509c9be5377a"}, + {file = "botocore-1.34.138.tar.gz", hash = "sha256:f558bbea96c4a4abbaeeedc477dabb00902311ba1ca6327974a6819b9f384920"}, ] [package.dependencies] @@ -4900,4 +4900,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "e36d6241717e0e170ffb8929d56db64b8b801f2a0ee42a3b4f6608cd4a1a0a52" +content-hash = "8d7b4a0e3fd318676d70adf6ff010a30f74603b203ef2be64313adba47ccd073" diff --git a/pyproject.toml b/pyproject.toml index 7d3a1486e0..e1ddf3144d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.0" azure-storage-blob = "12.20.0" boto3 = "1.34.136" -botocore = "1.34.137" +botocore = "1.34.138" colorama = "0.4.6" dash = "2.17.1" dash-bootstrap-components = "1.6.0"