From 5352439f989de80b6bb4f367cd8c533ede9d48c1 Mon Sep 17 00:00:00 2001 From: Iker Reyes Date: Tue, 14 Jan 2025 14:11:16 +0100 Subject: [PATCH] Bumping ccx-messaging to 4.1.12 and core-messaging to 1.2.15 --- requirements.txt | 6 +++--- setup.cfg | 4 ++-- testing-requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index a433d4d..c007e70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://repository.engineering.redhat.com/nexus/repository/ccx/simple app-common-python==0.2.7 -ccx-messaging @ git+https://github.com/RedHatInsights/insights-ccx-messaging@v4.1.8 -insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.11 +ccx-messaging @ git+https://github.com/RedHatInsights/insights-ccx-messaging@v4.1.12 +insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.15 ccx-rules-ocp==2025.01.14 -setuptools>=70.0.0 \ No newline at end of file +setuptools>=70.0.0 diff --git a/setup.cfg b/setup.cfg index 5d56040..0f559da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,9 +22,9 @@ zip_safe = False packages = find: install_requires = app-common-python>=0.2.6 - ccx-messaging>=4.1.4 + ccx-messaging>=4.1.12 insights-core>=3.2.23 - insights-core-messaging>=1.2.11 + insights-core-messaging>=1.2.15 [options.packages.find] exclude = diff --git a/testing-requirements.txt b/testing-requirements.txt index 2443874..a0e8295 100644 --- a/testing-requirements.txt +++ b/testing-requirements.txt @@ -1,3 +1,3 @@ app-common-python==0.2.7 -ccx-messaging @ git+https://github.com/RedHatInsights/insights-ccx-messaging@v4.1.4 -insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.11 +ccx-messaging @ git+https://github.com/RedHatInsights/insights-ccx-messaging@v4.1.12 +insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.15