From 25ca4d44e6b07f3383fc3eaccf95a44000a25a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:23:40 +0000 Subject: [PATCH] Update boto3 requirement from <1.35.91,>=1.34.1 to >=1.34.1,<1.35.93 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.92) --- 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 375cdce..9db9b94 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.91", # limited due to incompatibility between s3fs and newer versions of boto + "boto3>=1.34.1,<1.35.93", # 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 9627037..6171bb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ app-common-python>=0.2.3 -boto3>=1.34.1,<1.35.91 +boto3>=1.34.1,<1.35.93 confluent-kafka>=2.0.0 insights-core>=3.1.2 insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.15