Skip to content

Commit 314d592

Browse files
authored
Merge pull request #789 from matysek/mzibrick-ccxdev16469
[CCXDEV-16469] Update the insights-core-messaging dependency
2 parents 4d16cba + 5f4465b commit 314d592

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"boto3>=1.42.91,<1.42.92", # limited due to incompatibility between aiobotocore and newer versions of boto
2929
"confluent-kafka>=2.0.0",
3030
"insights-core>=3.1.2",
31-
"insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.21",
31+
"insights-core-messaging==1.3.0",
3232
"jsonschema>=4.0.0",
3333
"prometheus-client>=0.16.0",
3434
"python-json-logger>=2.0.7,<5",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app-common-python>=0.2.3
22
boto3>=1.42.91,<1.42.92
33
confluent-kafka>=2.0.0
44
insights-core>=3.1.2
5-
insights-core-messaging @ git+https://github.com/RedHatInsights/insights-core-messaging@1.2.21
5+
insights-core-messaging==1.3.0
66
jsonschema>=4.0.0
77
prometheus-client>=0.16.0
88
python-json-logger>=2.0.7,<5

0 commit comments

Comments
 (0)