diff --git a/pyproject.toml b/pyproject.toml index d7a7e21..3e7423c 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.34.118", # limited due to incompatibility between s3fs and newer versions of boto + "boto3>=1.34.1,<1.34.123", # 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.10", diff --git a/requirements.txt b/requirements.txt index b84bc53..b0b97c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ app-common-python>=0.2.3 -boto3>=1.34.1,<1.34.118 +boto3>=1.34.1,<1.34.123 confluent-kafka>=2.0.0 insights-core>=3.1.2 insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.10