diff --git a/poetry.lock b/poetry.lock index 5ae5202b639..e279ad54a14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -818,13 +818,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.29" +version = "1.35.55" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.29-py3-none-any.whl", hash = "sha256:f8e3ae0d84214eff3fb69cb4dc51cea6c43d3bde82027a94d00c52b941d6c3d5"}, - {file = "botocore-1.35.29.tar.gz", hash = "sha256:4ed28ab03675bb008a290c452c5ddd7aaa5d4e3fa1912aadbdf93057ee84362b"}, + {file = "botocore-1.35.55-py3-none-any.whl", hash = "sha256:3d54739e498534c9d7a6e9732ae2d17ed29c7d5e29fe36c956d8488b859538b0"}, + {file = "botocore-1.35.55.tar.gz", hash = "sha256:61ae18f688250372d7b6046e35c86f8fd09a7c0f0064b52688f3490b4d6c9d6b"}, ] [package.dependencies] @@ -836,7 +836,7 @@ urllib3 = [ ] [package.extras] -crt = ["awscrt (==0.21.5)"] +crt = ["awscrt (==0.22.0)"] [[package]] name = "cachetools" @@ -5861,4 +5861,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "37a372ebc96fdd4887f85efbe0194859d1f8139171e0f3e3870f47d128009bd1" +content-hash = "cd325edef0f2f6ba6268c57a2cd5b7dfd34a609c6aea339469db49882f9749e6" diff --git a/pyproject.toml b/pyproject.toml index 1dd373a751f..c2c1ad31554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.23.1" boto3 = "1.35.29" -botocore = "1.35.29" +botocore = "1.35.55" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.1"