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