diff --git a/poetry.lock b/poetry.lock index cea98407..96840b88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -340,19 +340,19 @@ uvloop = ["uvloop (>=0.15.2) ; sys_platform != \"win32\"", "winloop (>=0.5.0) ; [[package]] name = "boto3" -version = "1.43.51" +version = "1.43.61" description = "The AWS SDK for Python" optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"all\" or extra == \"sqs\"" files = [ - {file = "boto3-1.43.51-py3-none-any.whl", hash = "sha256:a97057bb609fd38c80448db6a93db770786775dabd651401debf09816d4553d7"}, - {file = "boto3-1.43.51.tar.gz", hash = "sha256:b5a416cc703db73b69b22bef563c89c1fb14a4b10a93628d3c7abc4dd1aaf979"}, + {file = "boto3-1.43.61-py3-none-any.whl", hash = "sha256:67f1544ef97caddd6d0ebd613010981e3990ac843bc010cc202a88b489b182a0"}, + {file = "boto3-1.43.61.tar.gz", hash = "sha256:a818a2ed37ff555c8c710f9c308a5407ef325c43f4162d7f5ce961e20440ca18"}, ] [package.dependencies] -botocore = ">=1.43.51,<1.44.0" +botocore = ">=1.43.61,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.19.0,<0.20.0"