From d584409b0dd84c26c0463cf237d71291d37fad2d Mon Sep 17 00:00:00 2001 From: appleb_m Date: Thu, 27 Nov 2025 13:02:58 +0100 Subject: [PATCH] Update toml to 0.2.66 --- common/pyproject.toml | 2 +- daq/pyproject.toml | 2 +- gui/pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/pyproject.toml b/common/pyproject.toml index 4c697748..9b9fcf64 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaredaqlib" -version = "0.2.65" +version = "0.2.66" description = "Libraries shared between AareDAQ and AareGUI" readme = "README.md" requires-python = ">=3.11" diff --git a/daq/pyproject.toml b/daq/pyproject.toml index 205da37c..e50b7822 100644 --- a/daq/pyproject.toml +++ b/daq/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "python_multipart==0.0.20", "websocket-client==1.8.0", "sseclient-py==1.8.0", - "aaredaqlib==0.2.65", + "aaredaqlib==0.2.66", ] [lint] diff --git a/gui/pyproject.toml b/gui/pyproject.toml index 7394ddb5..8d68e539 100644 --- a/gui/pyproject.toml +++ b/gui/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aaregui" -version = "0.2.65" +version = "0.2.66" description = "Beamline control GUI" readme = "README.md" requires-python = ">=3.11" @@ -9,7 +9,7 @@ dependencies = [ "pyzmq==26.4.0", "opencv-python-headless==4.11.0.86", "PySide6==6.9.0", - "aaredaqlib==0.2.65" + "aaredaqlib==0.2.66" ] [lint]