diff --git a/pyproject.toml b/pyproject.toml index a861825..4df9fd7 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.2", + "boto3<=1.34.7", "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 dea76b8..4d4798b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ app-common-python>=0.2.3 -boto3<=1.34.2 +boto3<=1.34.7 confluent-kafka>=2.0.0 insights-core>=3.1.2 insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.4