From 2fb2d05d376c89b9be323edbb23a190919330331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:35:40 +0000 Subject: [PATCH] Update boto3 requirement from <1.25.0,>=1.24.0 to >=1.24.0,<1.26.0 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.24.0...1.25.1) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ccde156..8f951e2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ scripts=['bin/traeger-wifire'], install_requires=[ 'paho-mqtt>=1.6.0,<1.7.0', - 'boto3>=1.24.0,<1.25.0', + 'boto3>=1.24.0,<1.26.0', 'dacite>=1.6.0,<1.7.0', ] )