From bbc9d37e46c89438b5ee7cee363d407845f7d85e Mon Sep 17 00:00:00 2001 From: Jose Luis Segura Lucas Date: Tue, 14 May 2024 16:01:13 +0200 Subject: [PATCH] Bump insights-ccx-messaging version to 3.8.5 (#68) --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index faf438b..3beac85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://repository.engineering.redhat.com/nexus/repository/ccx/simple app-common-python==0.2.6 -ccx-messaging @ git+https://github.com/RedHatInsights/insights-ccx-messaging@v3.8.3 +ccx-messaging @ git+https://github.com/RedHatInsights/insights-ccx-messaging@v3.8.5 insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.11 ccx-rules-ocp==2024.05.07 diff --git a/setup.cfg b/setup.cfg index d9c4119..252787e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ zip_safe = False packages = find: install_requires = app-common-python>=0.2.6 - ccx-messaging>=3.8.3 + ccx-messaging>=3.8.5 insights-core>=3.2.23 insights-core-messaging>=1.2.11