diff --git a/dev-requirements.txt b/dev-requirements.txt index aacf5e75c..24d82b884 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,7 +18,7 @@ bidict==0.23.1 bluesky==1.13 bluesky-kafka==0.10.0 bluesky-live==0.0.8 -bluesky-stomp==0.1.2 +bluesky-stomp==0.1.3 boltons==24.1.0 cachetools==5.5.0 caproto==1.1.1 diff --git a/pyproject.toml b/pyproject.toml index dde5b0816..26f056248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "dls-dodal>=1.36.2", "super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553 "GitPython", - "bluesky-stomp>=0.1.2", + "bluesky-stomp>=0.1.3", "event-model==1.22.1", # https://github.com/DiamondLightSource/blueapi/issues/684 "opentelemetry-distro>=0.48b0", "opentelemetry-instrumentation-fastapi>=0.48b0",