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