From 6ee2bde23eabec09d1f790030f4e353ce237eb25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 07:22:12 +0000 Subject: [PATCH] Update boto3 requirement from <=1.33.11 to <=1.34.2 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/0.0.1...1.34.2) --- 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 78d1531..fd89133 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.33.11", + "boto3<=1.34.2", "confluent-kafka>=2.0.0", "insights-core>=3.1.2", "insights-core-messaging>=1.2.4", diff --git a/requirements.txt b/requirements.txt index 71877dd..dea76b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ app-common-python>=0.2.3 -boto3<=1.33.11 +boto3<=1.34.2 confluent-kafka>=2.0.0 insights-core>=3.1.2 insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.4