From d145e5944c4029cc9b95485fc54039ef96123e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:04:40 +0000 Subject: [PATCH] Update boto3 requirement from <1.35.93,>=1.34.1 to >=1.34.1,<1.35.98 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.34.1...1.35.97) --- 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 9db9b94..f493558 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.35.93", # limited due to incompatibility between s3fs and newer versions of boto + "boto3>=1.34.1,<1.35.98", # 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.15", diff --git a/requirements.txt b/requirements.txt index be0bc62..75b2ed8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ app-common-python>=0.2.3 -boto3>=1.34.1,<1.35.93 +boto3>=1.34.1,<1.35.98 confluent-kafka>=2.0.0 insights-core>=3.1.2 insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.15