From b31bb3c24331f85d8f6a70cf7c1cc860b143d6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:02:17 +0000 Subject: [PATCH] Update boto3 requirement from <1.41.0,>=1.40.67 to >=1.40.67,<1.43.0 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.67...1.42.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.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 dcd9faa..8cfaddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ version = "0.1.0" description = "" dependencies = [ "atproto>=0.0.63,<0.0.64", - "boto3>=1.40.67,<1.41.0", + "boto3>=1.40.67,<1.43.0", "crispy-bootstrap5>=2025.6,<2025.7", "django>=5.2.8,<5.3.0", "django-crispy-forms>=2.4,<2.6",