From d30a1c31dd19ee9474788677b271d68cc2a2cb24 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 12 May 2026 19:05:30 +0200 Subject: [PATCH] Added changelog entries for dependabot and stomp.py pinning Signed-off-by: Andreas Maier --- changes/noissue.deendabot.fix.rst | 1 + changes/noissue.stomp.fix.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 changes/noissue.deendabot.fix.rst create mode 100644 changes/noissue.stomp.fix.rst diff --git a/changes/noissue.deendabot.fix.rst b/changes/noissue.deendabot.fix.rst new file mode 100644 index 00000000..5d4e734d --- /dev/null +++ b/changes/noissue.deendabot.fix.rst @@ -0,0 +1 @@ +Fixed dependabot issues up to 2026-05-12. diff --git a/changes/noissue.stomp.fix.rst b/changes/noissue.stomp.fix.rst new file mode 100644 index 00000000..c758544f --- /dev/null +++ b/changes/noissue.stomp.fix.rst @@ -0,0 +1,3 @@ +Pinned the version of stomp.py to <8.3.0, because version 8.3.0 caused problems +with the zhmcclient library, and because version 8.3.0 on Pypi has no +corresponding changes in the source code repository of stomp.py.