diff --git a/poetry.lock b/poetry.lock index 7e5352ba..a3ebba98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,25 +2,29 @@ [[package]] name = "aiobotocore" -version = "2.16.1" +version = "2.17.0" description = "Async client for aws services using botocore and aiohttp" optional = false python-versions = ">=3.8" files = [ - {file = "aiobotocore-2.16.1-py3-none-any.whl", hash = "sha256:e7cf6295471224c82a111deaf31c2c3a4bcd6dbd6973e75c7fc4739fcccd5b0b"}, - {file = "aiobotocore-2.16.1.tar.gz", hash = "sha256:0f94904c6a1d14d5aac0502fcc1d721b95ee60d46d8a0e546f6203de0410d522"}, + {file = "aiobotocore-2.17.0-py3-none-any.whl", hash = "sha256:aedccd5368a64401233ef9f27983d3d3cb6a507a6ca981f5ec1df014c00e260e"}, + {file = "aiobotocore-2.17.0.tar.gz", hash = "sha256:a3041333c565bff9d63b4468bee4944f2d81cff63a45b10e5cc652f3837f9cc2"}, ] [package.dependencies] aiohttp = ">=3.9.2,<4.0.0" aioitertools = ">=0.5.1,<1.0.0" -boto3 = {version = ">=1.35.74,<1.35.89", optional = true, markers = "extra == \"boto3\""} -botocore = ">=1.35.74,<1.35.89" +boto3 = {version = ">=1.35.74,<1.35.94", optional = true, markers = "extra == \"boto3\""} +botocore = ">=1.35.74,<1.35.94" +jmespath = ">=0.7.1,<2.0.0" +multidict = ">=6.0.0,<7.0.0" +python-dateutil = ">=2.1,<3.0.0" +urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""} wrapt = ">=1.10.10,<2.0.0" [package.extras] -awscli = ["awscli (>=1.36.15,<1.36.30)"] -boto3 = ["boto3 (>=1.35.74,<1.35.89)"] +awscli = ["awscli (>=1.36.15,<1.36.35)"] +boto3 = ["boto3 (>=1.35.74,<1.35.94)"] [[package]] name = "aiohappyeyeballs"