From d2a47d7b2dd3278c2ed0dadd0e7b81bc74934a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:05:16 +0000 Subject: [PATCH] [deps] Update boto3 requirement in /images/openwisp_base 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.43.28...1.43.33) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.33 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/openwisp_base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/openwisp_base/requirements.txt b/images/openwisp_base/requirements.txt index 6a9e6c21..0dee8ca3 100644 --- a/images/openwisp_base/requirements.txt +++ b/images/openwisp_base/requirements.txt @@ -14,4 +14,4 @@ tldextract>=5.3.1,<5.4.0 # these add support for object storage # (eg: Amazon S3, GCS) django-storages>=1.14.6,<1.15.0 -boto3>=1.43.28,<1.44.0 +boto3>=1.43.33,<1.44.0