Skip to content

Commit aca01e6

Browse files
committed
Fix incompatibility with redis-py >= 6.0.0
1 parent cb38c7c commit aca01e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

intelmq_monitoring_checkmk/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def _connect():
8585
port=self.intelmq_global.get("statistics_port", 6379),
8686
db=self.intelmq_global.get("statistics_database", 3),
8787
password=self.intelmq_global.get("statistics_password"),
88-
charset="utf-8",
8988
decode_responses=True,
9089
)
9190

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "intelmq_monitoring_checkmk"
7-
version = "0.6.2"
7+
version = "0.6.3"
88
description = "Scripts to monitor IntelMQ instances using CheckMK as a report tool"
99
readme = "README.md"
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)