From c2920edc0e78eb1f77956931bf1e51318aa85335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:50:41 +0000 Subject: [PATCH] chore(deps)(deps): update aioboto3 requirement Updates the requirements on [aioboto3](https://github.com/terricain/aioboto3) to permit the latest version. - [Changelog](https://github.com/terricain/aioboto3/blob/main/CHANGELOG.rst) - [Commits](https://github.com/terricain/aioboto3/compare/v13.0.0...v15.5.0) --- updated-dependencies: - dependency-name: aioboto3 dependency-version: 15.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e17fcf0..aa2c715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "arq>=0.25,<1", "pillow>=12.2,<13", "blake3>=0.4,<1", - "aioboto3>=13.0,<15", + "aioboto3>=13.0,<16", "pdfplumber>=0.11,<1", "pyyaml>=6.0,<7", "odfpy>=1.4.1",