From 974fad060c1d5596878294cfa52661fe903264cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:40:30 +0000 Subject: [PATCH] Update boto3 requirement from <1.34.123,>=1.34.1 to >=1.34.1,<1.34.128 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.34.1...1.34.127) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e7423c..675a73d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ requires-python = ">= 3.8" dependencies = [ "app-common-python>=0.2.3", - "boto3>=1.34.1,<1.34.123", # limited due to incompatibility between s3fs and newer versions of boto + "boto3>=1.34.1,<1.34.128", # limited due to incompatibility between s3fs and newer versions of boto "confluent-kafka>=2.0.0", "insights-core>=3.1.2", "insights-core-messaging>=1.2.10", diff --git a/requirements.txt b/requirements.txt index e4224d1..5bbc0d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ app-common-python>=0.2.3 -boto3>=1.34.1,<1.34.123 +boto3>=1.34.1,<1.34.128 confluent-kafka>=2.0.0 insights-core>=3.1.2 insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.10