From 46187a2883317f4a1ce480d26f9d17d29485f01c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:12:05 +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.35.82...1.35.90) --- updated-dependencies: - dependency-name: boto3 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 a8a1562e..26825738 100644 --- a/images/openwisp_base/requirements.txt +++ b/images/openwisp_base/requirements.txt @@ -12,4 +12,4 @@ tldextract~=5.1.3 # these add support for object storage # (eg: Amazon S3, GCS) django-storages~=1.14.4 -boto3~=1.35.82 +boto3~=1.35.90