From 1c5ee917185f6a828d1c02f9bdc5220f2caa044e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:16:57 +0000 Subject: [PATCH] Update boto3 requirement from ~=1.21.16 to ~=1.26.82 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.21.16...1.26.82) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1b2ce6a..b6aaade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -boto3~=1.21.16 +boto3~=1.26.82 google_api_python_client==2.39.0 oauth2client==4.1.3 pandas~=1.4.1 diff --git a/setup.py b/setup.py index 44543b6..0bc4140 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ name=NAME, packages=find_packages(include=["turbo_stream", "turbo_stream.*"]), install_requires=[ - "boto3~=1.21.16", + "boto3>=1.21.16,<1.27.0", "google_api_python_client==2.39.0", "oauth2client==4.1.3", "pandas~=1.4.1",